aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-23 16:07:45 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-23 16:07:45 +0000
commit5bff9247b48fc8619cf4f3f7aaa61f303eecb61f (patch)
tree106f295d08ef3505916e2f98ad646d5ed1ff231d /apps/app_macro.c
parent033cefcb8ad1f71e1fac9814f900a7db6cdee6f7 (diff)
Ugh. that was dumb. Fixed an error.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@59187 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_macro.c')
-rw-r--r--apps/app_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_macro.c b/apps/app_macro.c
index 9835138f6..45e7d70ab 100644
--- a/apps/app_macro.c
+++ b/apps/app_macro.c
@@ -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"