]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2439] (minor) Comment updates
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 24 Jan 2013 17:39:46 +0000 (18:39 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 24 Jan 2013 17:39:46 +0000 (18:39 +0100)
src/lib/python/isc/xfrin/diff.py
src/lib/python/isc/xfrin/tests/diff_tests.py

index 2d063ae4410013a7d1f757758d069cabf7dd6dac..8d0bb08c0a9626e03a75a243bd158909ef48e124 100644 (file)
@@ -589,8 +589,8 @@ class Diff:
         '''
         This first applies all changes to the data source. Then it creates
         and returns an RRsetCollection on top of the corresponding zone
-        updater and returns it. Notice it might be impossible to apply more
-        changes after that.
+        updater. Notice it might be impossible to apply more changes after
+        that.
 
         This must not be called after a commit, or it'd throw ValueError.
         '''
index 72dc8bb708048afaaec1b85dc2b85fcf7ef25ebc..2cf670e154d7876a0ee580627fcfe4ebf1d7326d 100644 (file)
@@ -1111,7 +1111,7 @@ class DiffTest(unittest.TestCase):
         diff = Diff(self, Name('example.org'), single_update_mode=True)
         diff.add_data(self.__rrset_soa)
         collection = diff.get_rrset_collection()
-        # Check it is commited
+        # Check it is applied
         self.assertEqual(1, len(self.__data_operations))
         self.assertEqual('add', self.__data_operations[0][0])
         # Check the returned one is actually RRsetCollection