BIND 10 trac2003, updated. 7e0dc8b5a57c8be2f27817bba1ca50ffd4a1462b [2003] Typo fix in comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 11 14:53:18 UTC 2012
The branch, trac2003 has been updated
via 7e0dc8b5a57c8be2f27817bba1ca50ffd4a1462b (commit)
from 85fcef34522d4b51557583680a168372da7193f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7e0dc8b5a57c8be2f27817bba1ca50ffd4a1462b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Jun 11 16:53:10 2012 +0200
[2003] Typo fix in comment
-----------------------------------------------------------------------
Summary of changes:
.../python/isc/server_common/tests/dns_tcp_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/server_common/tests/dns_tcp_test.py b/src/lib/python/isc/server_common/tests/dns_tcp_test.py
index c46906b..7e74c04 100644
--- a/src/lib/python/isc/server_common/tests/dns_tcp_test.py
+++ b/src/lib/python/isc/server_common/tests/dns_tcp_test.py
@@ -25,7 +25,7 @@ def check_length_field(assert_eq, len_data, expected_len):
# Examine the "length field" part of the data. It should be 2-byte field,
# and (in our implementation) always given as a separate chunk of data.
# The 16-bit length value of the actual data should be stored in the
- # nextwork byte order.
+ # network byte order.
len_high = (expected_len >> 8) & 0x00ff
len_low = (expected_len & 0x00ff)
assert_eq(2, len(len_data))
More information about the bind10-changes
mailing list