Browse Source

[2447] fix small typo in docstring

Jelte Jansen 12 years ago
parent
commit
00c64fb762
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/bind10_src.py.in

+ 1 - 1
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)