From 7a429ad44310c1604ceb657870e6b3b117795a4b Mon Sep 17 00:00:00 2001 From: Wilko Bulte Date: Sun, 28 Jan 2007 21:34:07 +0000 Subject: [PATCH] typo: s/tranport layer/transport layer/ MFC after: 1 week --- sbin/camcontrol/camcontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index 644c615b7c89..87dc030f20d9 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -1058,7 +1058,7 @@ rescan_or_reset_bus(int bus, int rescan) retval = 0; if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) { - warnx("error opening tranport layer device %s", XPT_DEVICE); + warnx("error opening transport layer device %s", XPT_DEVICE); warn("%s", XPT_DEVICE); return(1); } @@ -1244,7 +1244,7 @@ scanlun_or_reset_dev(int bus, int target, int lun, int scan) if (scan) { if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) { - warnx("error opening tranport layer device %s\n", + warnx("error opening transport layer device %s\n", XPT_DEVICE); warn("%s", XPT_DEVICE); return(1);