diff --git a/daemons/ganeti-watcher b/daemons/ganeti-watcher
index 61bd384fc414e2cd108bbf8ddae838b421d11214..29c77f1875660a7c2ca0ebd8bcc88b587d5b7916 100755
--- a/daemons/ganeti-watcher
+++ b/daemons/ganeti-watcher
@@ -357,7 +357,8 @@ class Watcher(object):
           instance.Restart()
           self.started_instances.add(instance.name)
         except Exception:
-          logging.exception("Erro while restarting instance %s", instance.name)
+          logging.exception("Error while restarting instance %s",
+                            instance.name)
 
         notepad.RecordRestartAttempt(instance)
       elif instance.state in HELPLESS_STATES: