[Git][NTPsec/ntpsec][master] Fix a spelling error

James Browning gitlab at mg.gitlab.com
Sat Nov 16 09:14:54 UTC 2019



James Browning pushed to branch master at NTPsec / ntpsec


Commits:
ea84d8fc by Richard Laager at 2019-11-16T07:08:10Z
Fix a spelling error

- - - - -


1 changed file:

- ntpclients/ntplogtemp.py


Changes:

=====================================
ntpclients/ntplogtemp.py
=====================================
@@ -99,9 +99,9 @@ class CpuTemp:
                 match = self._pattern.match(record)
                 if match and match.group(1):
                     _now = int(time.time())
-                    _cpu_temprature = match.group(1)
+                    _cpu_temperature = match.group(1)
                     _data.append('%d LM%s %s' % (_now, _index,
-                                                 _cpu_temprature))
+                                                 _cpu_temperature))
                     _index += 1
         else:
             self.has_sensors = False



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ea84d8fceed99ccb1625edc3ed1cbbfe26efdf82

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ea84d8fceed99ccb1625edc3ed1cbbfe26efdf82
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20191116/baa425ed/attachment-0001.htm>


More information about the vc mailing list