Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11784


Ignore:
Timestamp:
01/16/15 10:32:04 (9 years ago)
Author:
ascheibe
Message:

#2295 fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/DeepCloneableCloningTest.cs

    r11782 r11784  
    135135        } else {
    136136          Array array = o as Array;
    137           if (array != null && array.Length == 0) continue; //arrays of length 0 are used inside empty collectionss
     137          if (array != null && array.Length == 0) continue; //arrays of length 0 are used inside empty collections
    138138          if (!headerWritten) {
    139139            TestContext.WriteLine(Environment.NewLine + item.GetType().FullName + ":");
Note: See TracChangeset for help on using the changeset viewer.