[svn] commit: r2025 - /trunk/src/bin/bindctl/exception.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 1 22:23:56 UTC 2010
Author: jinmei
Date: Tue Jun 1 22:23:56 2010
New Revision: 2025
Log:
a trivial grammar fix in an error message.
skipping review (or I reviewed the proposal and am making a commit)
Modified:
trunk/src/bin/bindctl/exception.py
Modified: trunk/src/bin/bindctl/exception.py
==============================================================================
--- trunk/src/bin/bindctl/exception.py (original)
+++ trunk/src/bin/bindctl/exception.py Tue Jun 1 22:23:56 2010
@@ -62,7 +62,7 @@
self.command = command
def __str__(self):
- return "Parameter format error, it should like 'key = value'"
+ return "Parameter format error, it should be 'key = value'"
# Begin define the exception for syntax
More information about the bind10-changes
mailing list