BIND 10 master, updated. 564f4b8990e4759f57033f4fc9de2359e3baf829 Fix typo in comments.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 6 10:43:41 UTC 2013
The branch, master has been updated
via 564f4b8990e4759f57033f4fc9de2359e3baf829 (commit)
from 005cba1c8d62e2f44ad05b512ac9b7be639da725 (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 564f4b8990e4759f57033f4fc9de2359e3baf829
Author: Shane Kerr <shane at isc.org>
Date: Wed Feb 6 11:43:28 2013 +0100
Fix typo in comments.
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/sysinfo/sysinfo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/sysinfo/sysinfo.py b/src/lib/python/isc/sysinfo/sysinfo.py
index 8e4610c..771400a 100644
--- a/src/lib/python/isc/sysinfo/sysinfo.py
+++ b/src/lib/python/isc/sysinfo/sysinfo.py
@@ -44,7 +44,7 @@ class SysInfo:
self._net_stats = 'Unknown\n'
self._net_connections = 'Unknown\n'
- # The following are Linux speicific, and should eventually be removed
+ # The following are Linux specific, and should eventually be removed
# from this level; for now we simply default to None (so they won't
# be printed)
self._platform_distro = None
More information about the bind10-changes
mailing list