summaryrefslogtreecommitdiff
path: root/apps/app_stack.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-30 16:01:50 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-30 16:01:50 +0000
commit18606233da00c62731f403c10e0db5b8fb5652ab (patch)
tree8c597c4fcf2c5ece9bf2baf3ec14ee8810cb25ca /apps/app_stack.c
parentd2b2073f080c4f692a1d33fb90d4e5713b3e459f (diff)
fix various typos and other bits (from Ian Kinner)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_stack.c')
-rw-r--r--apps/app_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_stack.c b/apps/app_stack.c
index 4d21d0f8c..e3783d66b 100644
--- a/apps/app_stack.c
+++ b/apps/app_stack.c
@@ -51,7 +51,7 @@ static const char *app_return = "Return";
static const char *app_pop = "StackPop";
static const char *gosub_synopsis = "Jump to label, saving return address";
-static const char *gosubif_synopsis = "Jump to label, saving return address";
+static const char *gosubif_synopsis = "Conditionally jump to label, saving return address";
static const char *return_synopsis = "Return from gosub routine";
static const char *pop_synopsis = "Remove one address from gosub stack";