From 67623b0801d2c3b703965e2ce40a6ef7cc64efa8 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 28 Apr 2003 03:49:04 +0000 Subject: [PATCH] Fix substring typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@924 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_substring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_substring.c b/apps/app_substring.c index fd144d7102..aedd2e8158 100755 --- a/apps/app_substring.c +++ b/apps/app_substring.c @@ -29,7 +29,7 @@ static char *tdesc = "Save substring digits in a given variable"; static char *descrip = -" StripLSD(variable=string_of_digits|count1|count2): Assigns the substring\n" +" SubString(variable=string_of_digits|count1|count2): Assigns the substring\n" "of string_of_digits to a given variable. Parameter count1 may be positive\n" "or negative. If it's positive then we skip the first count1 digits from the\n" "left. If it's negative, we move count1 digits counting from the end of\n"