From 5bff9247b48fc8619cf4f3f7aaa61f303eecb61f Mon Sep 17 00:00:00 2001 From: murf Date: Fri, 23 Mar 2007 16:07:45 +0000 Subject: 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 --- apps/app_macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_macro.c') 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" -- cgit v1.2.3