BIND 10 trac2172, updated. 371d3158521b1072115c55cac20b61ab9e605ea2 [2172] fixed a trivial typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 7 23:57:10 UTC 2012
The branch, trac2172 has been updated
via 371d3158521b1072115c55cac20b61ab9e605ea2 (commit)
from d130356fbcc92d9b2220146fbfc11b9dc6f993c0 (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 371d3158521b1072115c55cac20b61ab9e605ea2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Aug 7 16:56:52 2012 -0700
[2172] fixed a trivial typo
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/sysinfo/tests/sysinfo_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/sysinfo/tests/sysinfo_test.py b/src/lib/python/isc/sysinfo/tests/sysinfo_test.py
index 2d07a99..ccd8c9e 100644
--- a/src/lib/python/isc/sysinfo/tests/sysinfo_test.py
+++ b/src/lib/python/isc/sysinfo/tests/sysinfo_test.py
@@ -398,7 +398,7 @@ class SysInfoTest(unittest.TestCase):
tests deep into the implementation, and not just the
interfaces."""
- # Don't run this test on platform other than FreeBSD as some
+ # Don't run this test on platform other than OS X as some
# system calls may not even be available.
osname = platform.system()
if osname != 'Darwin':
More information about the bind10-changes
mailing list