From c8ebd84147a0bde67050ab0b42254f317233683a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 13 Jan 2014 16:47:25 +0000 Subject: [PATCH] Fix typo Reported by: dumbbell --- sbin/kldload/kldload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index 02b34cef284..bf728b25695 100644 --- a/sbin/kldload/kldload.c +++ b/sbin/kldload/kldload.c @@ -188,7 +188,7 @@ main(int argc, char** argv) "in kernel", argv[0]); break; case ENOEXEC: - warnx("an error occured while " + warnx("an error occurred while " "loading the module. " "Please check dmesg(1) for " "more details.");