typo: hibenate -> hibernate
authortb <tb@openbsd.org>
Thu, 8 Jul 2021 18:54:21 +0000 (18:54 +0000)
committertb <tb@openbsd.org>
Thu, 8 Jul 2021 18:54:21 +0000 (18:54 +0000)
usr.sbin/apmd/apmsubr.c

index 91b6c1f..6504fe8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: apmsubr.c,v 1.11 2021/04/06 22:10:12 jca Exp $        */
+/*     $OpenBSD: apmsubr.c,v 1.12 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 "hibernate";
        default:
                return "unknown";
        }