From 4eda416598b868a58050ed96bd9d7335b97fe40c Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Thu, 6 Mar 2008 20:56:08 +0100 Subject: some typo --- plugins/plugin_undelete_partitions/undeletePartition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, -- cgit