summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_undelete_partitions/undeletePartition.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_undelete_partitions/undeletePartition.py b/plugins/plugin_undelete_partitions/undeletePartition.py
index ae5e216..21678eb 100644
--- a/plugins/plugin_undelete_partitions/undeletePartition.py
+++ b/plugins/plugin_undelete_partitions/undeletePartition.py
@@ -30,7 +30,7 @@ class UndeletePartition(Plugin):
"""
flows = Flow.init(Plugin)
- # We have not resotre in the noBackup flow because we have no information to restore with.
+ # We have not restore in the noBackup flow because we have no information to restore with.
flows["noBackup"] = Flow({
Plugin.initial: {Return: "prepare"},
"prepare" : {ReturnSuccess: "diagnose"},