Description: Fix some typos in help strings.
Author: Andrey Rahmatullin <wrar@wrar.name>
Last-Update: 2012-05-01

--- a/scriptlets.d/grub
+++ b/scriptlets.d/grub
@@ -13,7 +13,7 @@
 AddOptionHandler GrubCmdlineOptions
 AddShortOption 'g'
 AddLongOption 'restore-grub'
-AddOptionHelp '-g, --restore-grub' 'Restores the grub menu to normal (use if a resume was not completed sucessfully) and exits the script. A suspend is not performed.'
+AddOptionHelp '-g, --restore-grub' 'Restores the grub menu to normal (use if a resume was not completed successfully) and exits the script. A suspend is not performed.'
 
 GRUB_BEGIN_SENTINEL="### BEGIN HIBERNATE SENTINEL"
 GRUB_END_SENTINEL="### END HIBERNATE SENTINEL"
--- a/scriptlets.d/modules
+++ b/scriptlets.d/modules
@@ -3,7 +3,7 @@
 
 AddConfigHandler ModulesOptions
 AddConfigHelp "UnloadModules <module name> [...]" "Names of modules to unload prior to suspending."
-AddConfigHelp "LoadModules auto|<module name> [...]" "Names of modules to load after resumimg. If auto is specified, the modules that were unloaded previously are loaded."
+AddConfigHelp "LoadModules auto|<module name> [...]" "Names of modules to load after resuming. If auto is specified, the modules that were unloaded previously are loaded."
 AddConfigHelp "UnloadBlacklistedModules <boolean>" "Try to remove any modules that are known to be incompatible with hibernation prior to suspending."
 AddConfigHelp "UnloadAllModules <boolean>" "Try to remove all modules loaded prior to suspending."
 AddConfigHelp "LoadModulesFromFile <filename>" "Load default modules after resuming from a given filename. Each module name must appear on its own line, and lines starting with # are ignored. (eg, Debian's /etc/modules, Gentoo's /etc/modules.autoload)"
