summaryrefslogtreecommitdiffstats
path: root/sbin/kldload
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-13 16:47:25 +0000
committerbapt <bapt@FreeBSD.org>2014-01-13 16:47:25 +0000
commitf9767b7da742ea7aeaa002163a1d4eb7edc8b7af (patch)
tree8fe75c62278cccfd012747e393068bb63c749208 /sbin/kldload
parent7d8884c6272da3b157262ba6a4b3430626274871 (diff)
downloadFreeBSD-src-f9767b7da742ea7aeaa002163a1d4eb7edc8b7af.zip
FreeBSD-src-f9767b7da742ea7aeaa002163a1d4eb7edc8b7af.tar.gz
Fix typo
Reported by: dumbbell
Diffstat (limited to 'sbin/kldload')
-rw-r--r--sbin/kldload/kldload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c
index 02b34ce..bf728b2 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.");
OpenPOWER on IntegriCloud