]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Ugh. that was dumb. Fixed an error.
authorSteve Murphy <murf@digium.com>
Fri, 23 Mar 2007 16:07:45 +0000 (16:07 +0000)
committerSteve Murphy <murf@digium.com>
Fri, 23 Mar 2007 16:07:45 +0000 (16:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@59187 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_macro.c

index 9835138f69d192b5208adf17b28789ac49e68ed8..45e7d70ab78ef486ce5228d4eab2a90b8902eaa5 100644 (file)
@@ -63,7 +63,7 @@ static char *descrip =
 "at priority MACRO_OFFSET + N + 1 if such a step exists, and N + 1 otherwise.\n"
 "Extensions: While a macro is being executed, it becomes the current context.\n"
 "            This means that if a hangup occurs, for instance, that the macro\n"
-"            will be searched for an "h" extension, NOT the context from which\n"
+"            will be searched for an 'h' extension, NOT the context from which\n"
 "            the macro was called. So, make sure to define all appropriate\n"
 "            extensions in your macro! (you can use 'catch' in AEL) \n"
 "WARNING: Because of the way Macro is implemented (it executes the priorities\n"