summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-06 20:56:08 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-07 15:09:32 +0100
commit4eda416598b868a58050ed96bd9d7335b97fe40c (patch)
treee57c2145e17e6a46a4e2e7ae9ad4f65ff42b6923 /plugins
parentb91f3b80e5e38597846cf6cc9c762aa8672fca2a (diff)
downloadfirstaidkit-4eda416598b868a58050ed96bd9d7335b97fe40c.tar.gz
firstaidkit-4eda416598b868a58050ed96bd9d7335b97fe40c.tar.xz
firstaidkit-4eda416598b868a58050ed96bd9d7335b97fe40c.zip
some typo
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"},