]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1209] a small editorial cleanup
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 10 Oct 2011 19:30:12 +0000 (12:30 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 10 Oct 2011 19:30:12 +0000 (12:30 -0700)
src/bin/xfrin/xfrin.py.in

index dfa0c5610048abd992ab4bf3302432a703f959b1..5aa456b8247a5890e41e8041eb500a84f5de1b18 100755 (executable)
@@ -552,7 +552,7 @@ class XfrinConnection(asyncore.dispatcher):
             self._request_serial = get_soa_serial(zone_soa_rr.get_rdata()[0])
         else:
             # For AXFR, we temporariy provide backward compatible behavior
-            # where xfrin is responsible create zone in the corresponding
+            # where xfrin is responsible for creating zone in the corresponding
             # DB table.  Note that the code below uses the old data source
             # API and assumes SQLite3 in an ugly manner.  We'll have to
             # develop a better way of managing zones in a generic way and