From 24f803c9ac95ab1247992201274a94e38f0e2d8f Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Thu, 19 Jan 2006 21:58:56 +0000
Subject: [PATCH] typo

---
 handlers/mysql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers/mysql b/handlers/mysql
index 3b82ddf9..68f4f3c6 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"
-- 
GitLab