Typo fixes
Stefan Bund [Mon, 9 Nov 2009 12:10:12 +0000 (13:10 +0100)]
debian/control
lib/50_map_crypt.sh [moved from lib/50_map_crtypt.sh with 100% similarity]
mapsector

index ba9c4cb..5e478ae 100644 (file)
@@ -4,7 +4,6 @@ Priority: extra
 Maintainer: Stefan Bund <stefan@j32.de>
 Build-Depends: debhelper (>= 7)
 Standards-Version: 3.7.3
-Homepage: <insert the upstream URL, if relevant>
 
 Package: mapsector
 Architecture: all
similarity index 100%
rename from lib/50_map_crtypt.sh
rename to lib/50_map_crypt.sh
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