From 75168aeb12e5b523f471565fbe22f6a08f19c0da Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 30 May 2006 16:01:50 +0000 Subject: fix various typos and other bits (from Ian Kinner) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30800 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_stack.c') 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"; -- cgit v1.2.3