From: JINMEI Tatuya Date: Mon, 10 Oct 2011 19:30:12 +0000 (-0700) Subject: [1209] a small editorial cleanup X-Git-Tag: perftcpdns_before_epoll~37^2~22^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff571bb13401ce21184923c973ee2cb67b85cade;p=thirdparty%2Fkea.git [1209] a small editorial cleanup --- diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in index dfa0c56100..5aa456b824 100755 --- a/src/bin/xfrin/xfrin.py.in +++ b/src/bin/xfrin/xfrin.py.in @@ -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