Typo fixes
[mapsector.git] / mapsector
index d8aaa24..4e2a5ec 100755 (executable)
--- a/mapsector
+++ b/mapsector
@@ -102,7 +102,7 @@ if [ -n "$help" -o -z "$2" ]; then
     cat <<EOF
 Usage: $name [-h|--help] [--noscan] <device> <sector>"
 
-mapsector -- Map sector numbers to file name(s)
+mapsector -- Map sector number to file name(s)
 
 Given a device and a sector number, mapsector will try to find the
 file name(s) mapping to this sector. It will try to gather as much
@@ -137,7 +137,7 @@ mapsector will give you the mountpoint).
 if '--noscan' is given, the possibly lengthy (!!) filesystem scan for
 filenames is skipped.
 
--- mapsector Version $version
+-- mapsector $version
 EOF
     exit "${help:-1}"
 fi