BIND 10 trac1451, updated. 227a3a7be884c74c4a1189f0f3cc6ac77d7adaa7 [1451] some more trivial editorial cleanups

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 15 05:34:43 UTC 2011


The branch, trac1451 has been updated
       via  227a3a7be884c74c4a1189f0f3cc6ac77d7adaa7 (commit)
      from  aac28766882753daf7f8a80c75fdd93e388a3ba4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 227a3a7be884c74c4a1189f0f3cc6ac77d7adaa7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Dec 14 21:34:28 2011 -0800

    [1451] some more trivial editorial cleanups

-----------------------------------------------------------------------

Summary of changes:
 src/bin/ddns/b10-ddns.xml |    2 +-
 src/bin/ddns/ddns.py.in   |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/ddns/b10-ddns.xml b/src/bin/ddns/b10-ddns.xml
index 54562de..efb7667 100644
--- a/src/bin/ddns/b10-ddns.xml
+++ b/src/bin/ddns/b10-ddns.xml
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 	       [<!ENTITY mdash "—">]>
 <!--
- - Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
  -
  - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in
index c0eb234..4a3c7b5 100755
--- a/src/bin/ddns/ddns.py.in
+++ b/src/bin/ddns/ddns.py.in
@@ -1,6 +1,6 @@
 #!@PYTHON@
 
-# Copyright (C) 2010  Internet Systems Consortium.
+# Copyright (C) 2011  Internet Systems Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -45,7 +45,7 @@ isc.util.process.rename()
 class DDNSConfigError(Exception):
     """An exception indicating an error in updating ddns configuration.
 
-    This exception is raised when the ddns process encouters an error in
+    This exception is raised when the ddns process encounters an error in
     handling configuration updates.  Not all syntax error can be caught
     at the module-CC layer, so ddns needs to (explicitly or implicitly)
     validate the given configuration data itself.  When it finds an error
@@ -55,7 +55,7 @@ class DDNSConfigError(Exception):
     pass
 
 class DDNSSessionError(Exception):
-    '''An exception raised for some unexpected events during an ddns session.
+    '''An exception raised for some unexpected events during a ddns session.
     '''
     pass
 




More information about the bind10-changes mailing list