Browse Source

[1299] typos

Jelte Jansen 13 years ago
parent
commit
49f1f1bc36
2 changed files with 4 additions and 4 deletions
  1. 3 3
      src/bin/xfrin/xfrin.py.in
  2. 1 1
      src/bin/xfrin/xfrin_messages.mes

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

@@ -713,16 +713,16 @@ class XfrinConnection(asyncore.dispatcher):
             raise XfrinProtocolError('Unexpected TSIG in response')
 
     def __parse_soa_response(self, msg, response_data):
-        '''Parse a response to SOA query and extranct the SOA from ansser.
+        '''Parse a response to SOA query and extract the SOA from answer.
 
         This is a subroutine of _check_soa_serial().  This method also
         validates message, and rejects bogus responses with XfrinProtocolError.
 
-        If evenrything is okay, it returns the SOA RR from the answer section
+        If everything is okay, it returns the SOA RR from the answer section
         of the response.
 
         '''
-        # Check TSIG integerity and validate the header.  Unlike AXFR/IXFR,
+        # Check TSIG integrity and validate the header.  Unlike AXFR/IXFR,
         # we should be more strict for SOA queries and check the AA flag, too.
         self._check_response_tsig(msg, response_data)
         self._check_response_header(msg)

+ 1 - 1
src/bin/xfrin/xfrin_messages.mes

@@ -15,7 +15,7 @@
 # No namespace declaration - these constants go in the global namespace
 # of the xfrin messages python module.
 
-% XFRIN_ZONE_CREATED Zone %1 not found in the given data source, newly crated
+% XFRIN_ZONE_CREATED Zone %1 not found in the given data source, newly created
 On starting an xfrin session, it is identified that the zone to be
 transferred is not found in the data source.  This can happen if a
 secondary DNS server first tries to perform AXFR from a primary server