Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13198


Ignore:
Timestamp:
11/16/15 21:38:15 (8 years ago)
Author:
abeham
Message:

#2441: fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/RunCollection.cs

    r13181 r13198  
    537537      IRunCollectionConstraint constraint = (IRunCollectionConstraint)sender;
    538538      if (constraint.Active) {
    539         var oldUpateRuns = UpdateOfRunsInProgress;
     539        var oldUpdateRuns = UpdateOfRunsInProgress;
    540540        try {
    541541          UpdateOfRunsInProgress = true;
    542542          UpdateFiltering(true);
    543         } finally { UpdateOfRunsInProgress = oldUpateRuns; }
     543        } finally { UpdateOfRunsInProgress = oldUpdateRuns; }
    544544      }
    545545    }
     
    547547      IRunCollectionConstraint constraint = (IRunCollectionConstraint)sender;
    548548      if (constraint.Active) {
    549         var oldUpateRuns = UpdateOfRunsInProgress;
     549        var oldUpdateRuns = UpdateOfRunsInProgress;
    550550        try {
    551551          UpdateOfRunsInProgress = true;
    552552          UpdateFiltering(true);
    553         } finally { UpdateOfRunsInProgress = oldUpateRuns; }
     553        } finally { UpdateOfRunsInProgress = oldUpdateRuns; }
    554554      }
    555555    }
Note: See TracChangeset for help on using the changeset viewer.