From 30e3ae034c9501c319c415ada6d5e23372649c88 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 13 Sep 2010 19:08:22 +0200 Subject: [PATCH] Fix two typos in manual pages and messages. --- share/man/man9/systimer.9 | 2 +- sys/dev/powermng/alpm/alpm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/systimer.9 b/share/man/man9/systimer.9 index 65179212bb..0dc283f249 100644 --- a/share/man/man9/systimer.9 +++ b/share/man/man9/systimer.9 @@ -61,7 +61,7 @@ Unlike the function, the .Fn systimer_init_periodic_nq function's callback is only called once at a given time, even if delays caused -multiple time intervals to have occured. +multiple time intervals to have occurred. .Pp The .Fn systimer_adjust_periodic diff --git a/sys/dev/powermng/alpm/alpm.c b/sys/dev/powermng/alpm/alpm.c index f574d5ba0c..e76e40e0fa 100644 --- a/sys/dev/powermng/alpm/alpm.c +++ b/sys/dev/powermng/alpm/alpm.c @@ -197,7 +197,7 @@ alpm_attach(device_t dev) kprintf(" 55K"); break; default: - kprintf("unkown"); + kprintf("unknown"); break; } kprintf("\n"); -- 2.41.0