Browse Source

[1451] some more trivial editorial cleanups

JINMEI Tatuya 13 years ago
parent
commit
227a3a7be8
2 changed files with 4 additions and 4 deletions
  1. 1 1
      src/bin/ddns/b10-ddns.xml
  2. 3 3
      src/bin/ddns/ddns.py.in

+ 1 - 1
src/bin/ddns/b10-ddns.xml

@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 	       [<!ENTITY mdash "&#8212;">]>
 <!--
- - 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

+ 3 - 3
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