]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1978] cleanup: remove a garbage character somehow inserted in previous commit.
authorJINMEI Tatuya <jinmei@isc.org>
Sat, 9 Jun 2012 21:40:03 +0000 (14:40 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Sat, 9 Jun 2012 21:40:03 +0000 (14:40 -0700)
src/bin/ddns/ddns.py.in

index ec08a0b5ee266735348fdbcfeb8634fbb5a5b821..6d44623cf57f4dd4b5e57f57be1de2029d204f29 100755 (executable)
@@ -437,7 +437,7 @@ class DDNSServer:
 
         Note also that we directly refer to the "protected" member of
         ccsession (_cc._session) rather than creating a separate channel.
-o        It's probably not the best practice, but hopefully we can introduce
+        It's probably not the best practice, but hopefully we can introduce
         a cleaner way when we support asynchronous communication.
         At the moment we prefer the brevity with the use of internal channel
         of the cc session.