aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 15:31:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 15:31:01 +0000
commit8f0dd7aa9a63e835cb0aaab68debb8c77378d620 (patch)
tree82477a4ed117475059f7a62f301a290430da674e /channels
parent99e0c139bb5156e6b8a26347c3b21749964dae11 (diff)
Spell extension correctly in documentation for chan_oss dial (issue #7487 reported by flefoll)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36998 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 70b70333e..54fe8add4 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -1147,7 +1147,7 @@ static int console_dial(int fd, int argc, char *argv[])
static char dial_usage[] =
"Usage: dial [extension[@context]]\n"
-" Dials a given extensison (and context if specified)\n";
+" Dials a given extension (and context if specified)\n";
static char mute_usage[] =
"Usage: mute\nMutes the microphone\n";