Skip to content
Snippets Groups Projects
Commit 67623b08 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix substring typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@924 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d73839b7
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment