aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-29 20:10:49 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-29 20:10:49 +0000
commitb3c63b587d5d60d42a3cc9b56ed5b482109ddb15 (patch)
tree587729493240477406c469098a465a0d3d49e85a
parent3cd8bbd224d8a794bf2a8594850cdd5a8eba3b89 (diff)
Minor extensions fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1578 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_directory.c b/apps/app_directory.c
index 8c18c81a5..21747b487 100755
--- a/apps/app_directory.c
+++ b/apps/app_directory.c
@@ -35,7 +35,7 @@ static char *descrip =
" Directory(context): Presents the user with a directory of extensions from\n"
"which they may select by name. The list of names and extensions is\n"
"discovered from voicemail.conf. The context argument is required, and\n"
-"specifies the context in which to interpret the extensions\n. Returns 0\n"
+"specifies the context in which to interpret the extensions. Returns 0\n"
"unless the user hangs up. It also sets up the channel on exit to enter the\n"
"extension the user selected.\n";