s4: samba_backup: Fix typos.
authorBjörn Baumbach <bb@sernet.de>
Wed, 19 Sep 2012 10:03:21 +0000 (12:03 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 3 Oct 2012 14:26:53 +0000 (16:26 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/scripting/bin/samba_backup

index 75ebec66e34c46adde0f0b04b45c3d9d3f56f6cc..8f9cc838a77ede9069a5788b72ae64ae5aed8d2f 100755 (executable)
@@ -35,12 +35,12 @@ DAYS=90
 WHEN=`date +%d%m%y`
 
 if [ ! -d $WHERE ]; then
-       echo "Missing backup directorty $WHERE"
+       echo "Missing backup directory $WHERE"
        exit 1
 fi
 
 if [ ! -d $FROMWHERE ]; then
-       echo "Missing or wrong provision directorty $FROMWHERE"
+       echo "Missing or wrong provision directory $FROMWHERE"
        exit 1
 fi