artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad35c7
)
typo: hibenate -> hibernate
author
tb
<tb@openbsd.org>
Thu, 8 Jul 2021 18:54:21 +0000
(18:54 +0000)
committer
tb
<tb@openbsd.org>
Thu, 8 Jul 2021 18:54:21 +0000
(18:54 +0000)
usr.sbin/apmd/apmsubr.c
patch
|
blob
|
history
diff --git
a/usr.sbin/apmd/apmsubr.c
b/usr.sbin/apmd/apmsubr.c
index
91b6c1f
..
6504fe8
100644
(file)
--- a/
usr.sbin/apmd/apmsubr.c
+++ b/
usr.sbin/apmd/apmsubr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apmsubr.c,v 1.1
1 2021/04/06 22:10:12 jca Exp $
*/
+/* $OpenBSD: apmsubr.c,v 1.1
2 2021/07/08 18:54:21 tb Exp $
*/
/*
* Copyright (c) 1995,1996 John T. Kohl
@@
-95,7
+95,7
@@
apm_state(int apm_state)
case STANDING_BY:
return "standby";
case HIBERNATING:
- return "hibenate";
+ return "hibe
r
nate";
default:
return "unknown";
}