Browse Source

[2911] fixed a typo

JINMEI Tatuya 12 years ago
parent
commit
09c5415d6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/xfrin/xfrin.py.in

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

@@ -576,7 +576,7 @@ class XfrinConnection(asyncore.dispatcher):
           rrclass (dns.RRClass): Zone RR class.
           datasrc_client (DataSourceClient): the data source client object
             used for the XFR session.
-          shutdown_event (threaving.Event): used for synchronization with
+          shutdown_event (threading.Event): used for synchronization with
             parent thread.
           master_addrinfo (tuple: (sock family, sock type, sockaddr)):
             address and port of the master server.