[svn] commit: r292 - /branches/f2f200910/src/lib/bigtool/exception.py

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 4 17:39:47 UTC 2009


Author: jreed
Date: Wed Nov  4 17:39:46 2009
New Revision: 292

Log:
Fix typo in error output.

Modified:
    branches/f2f200910/src/lib/bigtool/exception.py

Modified: branches/f2f200910/src/lib/bigtool/exception.py
==============================================================================
--- branches/f2f200910/src/lib/bigtool/exception.py (original)
+++ branches/f2f200910/src/lib/bigtool/exception.py Wed Nov  4 17:39:46 2009
@@ -97,7 +97,7 @@
         self.param = param
 
     def __str__(self):
-        return str("Parameter '%s' is missed for command '%s' of moudule '%s'" % 
+        return str("Parameter '%s' is missed for command '%s' of module '%s'" % 
                    (self.param, self.command, self.module))
                    
    




More information about the bind10-changes mailing list