Parcourir la source

Fix typo in comments.

Shane Kerr il y a 12 ans
Parent
commit
564f4b8990
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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