diff options
author | wilko <wilko@FreeBSD.org> | 2007-01-28 21:34:07 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2007-01-28 21:34:07 +0000 |
commit | f46bb7512b2226e96fcafbde865cfdbba0ed8a20 (patch) | |
tree | b0dd9994dd04c1111424eae02e5b82a709ec574b /sbin/camcontrol | |
parent | 350e76dd568b984cb12d91e68bc0e72de2f75598 (diff) | |
download | FreeBSD-src-f46bb7512b2226e96fcafbde865cfdbba0ed8a20.zip FreeBSD-src-f46bb7512b2226e96fcafbde865cfdbba0ed8a20.tar.gz |
typo: s/tranport layer/transport layer/
MFC after: 1 week
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r-- | sbin/camcontrol/camcontrol.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |