none
authorPeterThoeny <PeterThoeny>
Sat, 2 Dec 2000 18:56:14 +0000 (18:56 +0000)
committerPeterThoeny <PeterThoeny>
Sat, 2 Dec 2000 18:56:14 +0000 (18:56 +0000)
TWiki/WebChangesAlert.mdwn

index 69aa012..02311f9 100644 (file)
@@ -5,6 +5,6 @@ Installation note for Unix platforms: Edit the cron table so that `mailnotify` i
     % crontab -e
     15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q)
 
-The above line will call mailnotify at 15 minutes and 45 minutes passed every hour. The `-q` switch suppresses all normal output.
+The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The `-q` switch suppresses all normal output.
 
 -- [[PeterThoeny]] - 20 Sep 2000 <br />