Browse Source

[1978] cleanup: remove a garbage character somehow inserted in previous commit.

JINMEI Tatuya 13 years ago
parent
commit
18cd6a77d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/ddns/ddns.py.in

+ 1 - 1
src/bin/ddns/ddns.py.in

@@ -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.