]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.cmd
Still more typo fixes.
[paraslash.git] / afs.cmd
diff --git a/afs.cmd b/afs.cmd
index f29eae078e4f61d3197e6051e303f4970ec02398..cb8b671e59dae9444da616cf876d42cfa0d79762 100644 (file)
--- a/afs.cmd
+++ b/afs.cmd
@@ -125,7 +125,7 @@ H:
 H: Options:
 H:
 H: -a  Run audio file table checks. Checks for entries in the audio file
-H:     table which are not present in the filesystem. Moreover, it checks
+H:     table which are not present in the file system. Moreover, it checks
 H:     whether the lyrics id and all entries in the audio file table are
 H:     valid.
 H:
@@ -164,7 +164,7 @@ H:  a slash (see fnmatch(3)).
 ---
 N: touch
 P: AFS_READ | AFS_WRITE
-D: Manupulate the afs data for all audio files matching a pattern.
+D: Manipulate the afs data for all audio files matching a pattern.
 U: touch [-n numplayed] [-l lastplayed] [-y lyrics_id] [-i image_id] [-v] [-p] pattern
 H: If no option is given, lastplayed is set to the current time and numplayed is
 H: increased by one. Otherwise, only the given options are taken into account.
@@ -175,7 +175,7 @@ H: -n       Set numplayed count. The number of times afs has selected this
 H:     audio file for streaming.
 H:
 H: -l  Set lastplayed time. The last time this audio file was selected.
-H:     Must be given as the number of sectonds since the epoch. Example:
+H:     Must be given as the number of seconds since the epoch. Example:
 H:
 H:             touch -l $(date +%s) file
 H: