diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-08 03:39:25 -0500 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2010-01-08 22:02:51 +0000 |
commit | ecf9ef49a724f6b95039bd760893f51a920f017b (patch) | |
tree | a3d04acb1e322bc3e830369deb28158cb7948c8c /net/tuntap.sh | |
parent | bb45f0eabc8e768296cdf678ff8552a28342080a (diff) |
random spelling fixes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net/tuntap.sh')
-rw-r--r-- | net/tuntap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tuntap.sh b/net/tuntap.sh index 5e9cf0b0..2970fddb 100644 --- a/net/tuntap.sh +++ b/net/tuntap.sh @@ -26,7 +26,7 @@ tuntap_pre_start() return 1 fi vebegin "Waiting for /dev/net/tun" - # /dev/net/tun can take it's time to appear + # /dev/net/tun can take its time to appear local timeout=10 while [ ! -e /dev/net/tun -a ${timeout} -gt 0 ]; do sleep 1 |