From 6fb1af7be09ec9058bbee929c494c59d8e4c6df5 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 8 Jul 2021 18:54:21 +0000 Subject: [PATCH] typo: hibenate -> hibernate --- usr.sbin/apmd/apmsubr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/apmd/apmsubr.c b/usr.sbin/apmd/apmsubr.c index 91b6c1f097e..6504fe823bb 100644 --- a/usr.sbin/apmd/apmsubr.c +++ b/usr.sbin/apmd/apmsubr.c @@ -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"; } -- 2.20.1