Skip to content

Commit 54e15aa

Browse files
authored
Correct typo
1 parent 9e2c144 commit 54e15aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycodo/functions/pid_autotune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def loop(self):
231231
self.logger.info('state: {0}'.format(self.autotune.state))
232232

233233
if self.autotune.state == PIDAutotune.STATE_SUCCEEDED:
234-
self.logger.info('Autotube was successful')
234+
self.logger.info('Autotune was successful')
235235
for rule in self.autotune.tuning_rules:
236236
params = self.autotune.get_pid_parameters(rule)
237237
self.logger.info('')

0 commit comments

Comments
 (0)