aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-15 07:15:39 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-15 07:15:39 +0000
commit2d09e70e425e1f38122e3f918896673277fa6645 (patch)
tree4116017b8362b97176cf6485627ef5f663fec3d8 /channels/iax2.h
parent572c1c6479ed34869aba57365157dbe826aabddf (diff)
add some newlines and fix some misspellings (bug #4027)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5475 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2.h')
-rwxr-xr-xchannels/iax2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/iax2.h b/channels/iax2.h
index afc4424e8..f837c4609 100755
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -122,7 +122,7 @@
#define IAX_DPSTATUS_EXISTS (1 << 0)
#define IAX_DPSTATUS_CANEXIST (1 << 1)
-#define IAX_DPSTATUS_NONEXISTANT (1 << 2)
+#define IAX_DPSTATUS_NONEXISTENT (1 << 2)
#define IAX_DPSTATUS_IGNOREPAT (1 << 14)
#define IAX_DPSTATUS_MATCHMORE (1 << 15)