From: Jelte Jansen Date: Thu, 8 Nov 2012 11:07:18 +0000 (+0100) Subject: [2447] fix small typo in docstring X-Git-Tag: trac2487_base~1^2~31^2~1^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c64fb762435af9154d0dde6e3123de3ac482cd;p=thirdparty%2Fkea.git [2447] fix small typo in docstring --- diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in index 50e75e1d9e..cee6d2f81b 100755 --- a/src/bin/bind10/bind10_src.py.in +++ b/src/bin/bind10/bind10_src.py.in @@ -1153,7 +1153,7 @@ TIP: if this is about permission error for a lock file, check if the directory of the file is writable for the user of the bind10 process; often you need to start bind10 as a super user. Also, if you specify the -u option to change the user and group, the directory must be writable for the group, -and the created lock file must be writabel for that user. +and the created lock file must be writable for that user. """) sys.exit(1)