summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2009-04-23 17:15:33 +0200
committerMichael Biebl <mbiebl@gmail.com>2009-04-23 17:15:33 +0200
commitc66b32116b95a22beea22a9210241cf5244b3e47 (patch)
treecbd82922a9b0209835ff3ab63c64aeafee4995d8 /pm
parente5cdb5bb6a573a36b0c872c889c8b8f25009cc45 (diff)
Fix a few typos in the documentation
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525253
Diffstat (limited to 'pm')
-rw-r--r--pm/HOWTO.hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/HOWTO.hooks b/pm/HOWTO.hooks
index a506759..ad7d4a7 100644
--- a/pm/HOWTO.hooks
+++ b/pm/HOWTO.hooks
@@ -43,7 +43,7 @@ In normal operation, hooks should only return either 0 or 254 as exit codes.
Any other return code is interpreted by the pm-utils machinery as a signal
from the hook that it should abort whatever it is doing. When running sleep.d
hooks, that means that pm-utils stops running hooks, aborts the suspend/resume
-process, calls any hooks that ran sucessfully prior to this one with the
+process, calls any hooks that ran successfully prior to this one with the
appropriate wakeup options, and exits with a non-zero exit code. When running
power.d hooks, any hooks after this one will be skipped.