Browse Source

Fix typo in comments.

Shane Kerr 12 years ago
parent
commit
564f4b8990
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/sysinfo/sysinfo.py

+ 1 - 1
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