fix typo
[BackupPC.git] / etc / cron.sh
index 5c53dc9..02ffaeb 100755 (executable)
@@ -2,7 +2,7 @@
 
 instance=$1
 
-if [ -z "$intance" ] ; then
+if [ -z "$instance" ] ; then
        instance="backuppc-agi"
        echo "using default instance $instance"
 fi