aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2006-01-19 21:58:56 +0000
committerintrigeri <intrigeri@boum.org>2006-01-19 21:58:56 +0000
commit24f803c9ac95ab1247992201274a94e38f0e2d8f (patch)
treeb5d34d8db77ffdd60378a9746e11a003c99a7df7 /handlers
parent3e3589c842115e94e291164f038cad8f44a37efc (diff)
downloadbackupninja-24f803c9ac95ab1247992201274a94e38f0e2d8f.tar.gz
backupninja-24f803c9ac95ab1247992201274a94e38f0e2d8f.tar.bz2
typo
Diffstat (limited to 'handlers')
-rw-r--r--handlers/mysql2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/mysql b/handlers/mysql
index 3b82ddf..68f4f3c 100644
--- a/handlers/mysql
+++ b/handlers/mysql
@@ -136,7 +136,7 @@ EOF
fi
fi
-# if a user is not set, use $confgfile, otherwise use $mycnf
+# if a user is not set, use $configfile, otherwise use $mycnf
if [ "$user" == "" ]; then
user=root;
defaultsfile="--defaults-file=$configfile"