]> arthur.barton.de Git - netatalk.git/commitdiff
Fixed typo (exho vs. echo)
authorsrittau <srittau>
Fri, 27 Jul 2001 17:28:03 +0000 (17:28 +0000)
committersrittau <srittau>
Fri, 27 Jul 2001 17:28:03 +0000 (17:28 +0000)
contrib/printing/add_netatalk_printer

index 4306886f60f71bf2e80e7432e658eac43526e805..67f7e2d508cda705e7ec2d2c5468dd58b3cadbe3 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# $Id: add_netatalk_printer,v 1.3 2001-05-07 12:49:19 rufustfirefly Exp $
+# $Id: add_netatalk_printer,v 1.4 2001-07-27 17:28:03 srittau Exp $
 #
 # A lovely script to add netatalk printers 
 #
@@ -53,7 +53,7 @@ if [ ! -x ${NETATALKHOME}/bin/pap ]; then
        echo '  Check that it is executable or set ${NETATALKHOME}'
        echo '  so i can find pap at ${NETATALKHOME}/bin/pap'
        echo '[We are guessing the location of the binary from the'
-       exho 'path that was used to run this sctipt or $NETATALKHOME]'
+       echo 'path that was used to run this sctipt or $NETATALKHOME]'
        exit 1
 fi