Changeset 27539 for other-projects


Ignore:
Timestamp:
2013-06-04T17:31:40+12:00 (11 years ago)
Author:
ak19
Message:

Cosmetic change: fixing spelling error, to help locate other issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/diffcol/diffcol.pl

    r27537 r27539  
    654654                if($hashCount{$strEachItem} eq 'M')
    655655                {
    656                     $strOutput = "Difference Found at FolderTesting: \"$strEachItem\" is not found in the Test Collcetion";
     656                    $strOutput = "Difference Found at FolderTesting: \"$strEachItem\" is not found in the Test Collection";
    657657                    $strReport = "Difference Report: difference found at $strTestFolder";
    658658                }
    659659                elsif($hashCount{$strEachItem} eq 'T')
    660660                {
    661                     $strOutput = "Difference Found at FolderTesting: \"$strEachItem\" is not found in the Model Collcetion";
     661                    $strOutput = "Difference Found at FolderTesting: \"$strEachItem\" is not found in the Model Collection";
    662662                    $strReport = "Difference Report: difference found at $strModelFolder";
    663663                }
Note: See TracChangeset for help on using the changeset viewer.