]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2244] a minor editorial fix to the previous comment update
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 5 Oct 2012 04:08:55 +0000 (21:08 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 5 Oct 2012 04:08:55 +0000 (21:08 -0700)
src/lib/python/isc/bind10/component.py

index aad3e694dfb93b78d37df8306bd0f2f9e1e1e351..fbb9e0e1bb300012f8a6ca586512e0f0071aea22 100644 (file)
@@ -573,7 +573,7 @@ class Configurator:
 
     def has_component(self, component):
         '''Return if a specified component is configured.'''
-        # Values of self._components are tuples of (name, component).
+        # Values of self._components are tuples of (config, component).
         # Extract the components of the tuples and see if the given one
         # is included.
         return component in map(lambda x: x[1], self._components.values())