Index: apps/app_stack.c =================================================================== --- apps/app_stack.c (revision 7742) +++ apps/app_stack.c (working copy) @@ -57,7 +57,7 @@ " Jumps to the label specified, saving the return address.\n" " Returns 0 if the label exists or -1 otherwise.\n"; static const char *gosubif_descrip = -"Gosub(condition?labeliftrue[:labeliffalse])\n" +"GosubIf(condition?labeliftrue[:labeliffalse])\n" " If the condition is true, then jump to labeliftrue. If false, jumps to\n" "labeliffalse, if specified. In either case, a jump saves the return point\n" "in the dialplan, to be returned to with a Return.\n"