From f46bb7512b2226e96fcafbde865cfdbba0ed8a20 Mon Sep 17 00:00:00 2001 From: wilko Date: Sun, 28 Jan 2007 21:34:07 +0000 Subject: typo: s/tranport layer/transport layer/ MFC after: 1 week --- sbin/camcontrol/camcontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index 644c615..87dc030 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); -- cgit v1.1