fixed typo in comments

This commit is contained in:
Marius Pana 2014-12-23 17:58:40 +02:00
parent 6a59ad33f7
commit 4469b45f64
1 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ If (Test-Path $timestamp){
$filedate = (ls $timestamp).LastWriteTime
$now = Get-Date
$earlier = $now.AddSeconds(-$delay)
# exit if timestamp to young
# exit if timestamp too young
if ( $filedate -gt $earlier ) { exit }
}
# create new timestamp file