Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/09/11 00:08:50 (13 years ago)
Author:
epitzer
Message:

#1703 correct some typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.VRP/Manipulators/RelocateManipulator.cs

    r7145 r7159  
    3030using HeuristicLab.Problems.VehicleRouting;
    3131
    32 namespace HeuristicLab.Anaylsis.FitnessLandscape.VRP {
    33   [Item("RelocateMainpulator", "Relocate manipulation")]
     32namespace HeuristicLab.Analysis.FitnessLandscape.VRP {
     33  [Item("RelocateManipulator", "Relocate manipulation")]
    3434  [StorableClass]
    35   public sealed class RelocateMainpulator : PotvinManipulator {
     35  public sealed class RelocateManipulator : PotvinManipulator {
    3636    [StorableConstructor]
    37     private RelocateMainpulator(bool deserializing) : base(deserializing) { }
    38     private RelocateMainpulator(RelocateMainpulator original, Cloner cloner)
     37    private RelocateManipulator(bool deserializing) : base(deserializing) { }
     38    private RelocateManipulator(RelocateManipulator original, Cloner cloner)
    3939      : base(original, cloner) {
    4040    }
    4141    public override IDeepCloneable Clone(Cloner cloner) {
    42       return new RelocateMainpulator(this, cloner);
     42      return new RelocateManipulator(this, cloner);
    4343    }
    44     public RelocateMainpulator()
     44    public RelocateManipulator()
    4545      : base() {
    4646    }
Note: See TracChangeset for help on using the changeset viewer.