]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2964] corrected a minor typo in docstring
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Jun 2013 21:31:24 +0000 (14:31 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Jun 2013 21:31:24 +0000 (14:31 -0700)
src/bin/xfrin/xfrin.py.in

index 03141a99c5ce2e11b4b75260635cf5ce522d8727..43d236d805d90cb9e9483f8b120e8a93ebd73e04 100755 (executable)
@@ -1454,7 +1454,7 @@ class Xfrin:
         The actual handling is deletegated to the DataSrcClientsMgr class;
         this method is a simple wrapper.
 
-        This is essentially private, but implemented as 'private' so tests
+        This is essentially private, but implemented as 'protected' so tests
         can refer to it; other external use is prohibited.
 
         """