summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp_debug
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 19:42:53 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 19:42:53 +0000
commita74488c04864b0863b3b81c62474e07eec8d3578 (patch)
tree6eaa43e8029927be41bbac76cde367aa165bcbb8 /drivers/dahdi/xpp/xpp_debug
parentbd4671b0061f38557167f7974c2547aa0f5c1168 (diff)
typos, mostly unkown
Merged revisions 8539 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.3@8545 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xpp_debug')
-rwxr-xr-xdrivers/dahdi/xpp/xpp_debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/xpp_debug b/drivers/dahdi/xpp/xpp_debug
index a3b7047..e7fc0da 100755
--- a/drivers/dahdi/xpp/xpp_debug
+++ b/drivers/dahdi/xpp/xpp_debug
@@ -82,7 +82,7 @@ calc_debug() {
let j++
done
if [ "$found" -eq 0 ]; then
- echo >&2 "$0: Unkown debug flag '$wanted'"
+ echo >&2 "$0: Unknown debug flag '$wanted'"
exit 1
fi
done
@@ -98,7 +98,7 @@ module="$1"
shift
if ! echo "$modules" | grep -w "$module" > /dev/null; then
- echo >&2 "$0: Unkown module $module"
+ echo >&2 "$0: Unknown module $module"
exit 1
fi