IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28448


Ignore:
Timestamp:
Jun 24, 2010, 9:52:55 AM (16 years ago)
Author:
rhenders
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/scripts/czartool_checkServer.pl

    r28148 r28448  
    1717    if ($line =~ m/Scheduler is stopped/) {$isRunning = 0; $foundStatus=1;last;}
    1818    if ($line =~ m/Scheduler is running/) {$isRunning = 1; $foundStatus=1;last;}
    19     if ($line =~ m/Task Staus/) {last;}
     19    if ($line =~ m/Task Status/) {last;}
    2020
    2121}
Note: See TracChangeset for help on using the changeset viewer.