aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_substring.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 03:49:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 03:49:04 +0000
commitf87da775da2dfaad11b893a7d8cc886fa863257e (patch)
tree26505091e9056f5b7177d584af57f37d2863893b /apps/app_substring.c
parentabe8c31988eedfcc59950d145cde43e2e399e314 (diff)
Fix substring typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@924 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_substring.c')
-rwxr-xr-xapps/app_substring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_substring.c b/apps/app_substring.c
index fd144d710..aedd2e815 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"