summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-03 18:09:35 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-03-03 18:09:35 -0600
commit9f3e2ea40123ca048d99f2a0d3911af642c87cfa (patch)
treed81bb608896765291f6bfda37177badfaa6a745a
parent4ccda76bcc288f5505abc97caffb913d35e71c26 (diff)
Fixed typo in 94cpufreq introduced while fixing the suspend_hybrid glitch.
Thanks, Michael Biebl!
-rwxr-xr-xpm/sleep.d/94cpufreq2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/94cpufreq b/pm/sleep.d/94cpufreq
index 1006180..9157fb4 100755
--- a/pm/sleep.d/94cpufreq
+++ b/pm/sleep.d/94cpufreq
@@ -28,7 +28,7 @@ thaw_cpufreq()
}
case "$1" in
- suspend|hibernate*)
+ suspend*|hibernate)
hibernate_cpufreq
;;
resume|thaw)