[libdbd-mysql-perl] 04/07: smoke-setup: add missing ')' in comment

gregor herrmann gregoa at debian.org
Sat Oct 15 12:42:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbd-mysql-perl.

commit 9e3629b22370bbcf8e86f67fd763f811370463d2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 15 14:10:04 2016 +0200

    smoke-setup: add missing ')' in comment
    
    Gbp-Dch: Ignore
---
 debian/tests/pkg-perl/smoke-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
index ffe7f09..3b263f8 100755
--- a/debian/tests/pkg-perl/smoke-setup
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -18,5 +18,5 @@ done
 mysql --socket=${MYSQL_UNIX_PORT} --execute "CREATE DATABASE IF NOT EXISTS ${MYSQL_DBNAME};" 2>&1
 
 # fails because mysqld is started with --skip-grant-tables
-# (without there's only a passwordless unix-sockety root account
+# (without there's only a passwordless unix-sockety root account)
 #mysql --socket=${MYSQL_UNIX_PORT} --execute "GRANT ALL PRIVILEGES ON ${MYSQL_DBNAME}.* TO '${MYSQL_USER}'@'localhost' IDENTIFIED BY '${MYSQL_PASS}';" 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git



More information about the Pkg-perl-cvs-commits mailing list