From: Brian West Date: Wed, 2 Apr 2008 18:55:30 +0000 (+0000) Subject: spelling X-Git-Tag: v1.0-rc3~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=292138a71d8921dde49bb9ef8b36673856e65da0;p=thirdparty%2Ffreeswitch.git spelling git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8004 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 297012dd20..9c2b70dbff 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2284,7 +2284,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) SWITCH_ADD_API(commands_api_interface, "is_lan_addr", "see if an ip is a lan addr", lan_addr_function, ""); SWITCH_ADD_API(commands_api_interface, "cond", "Eval a conditional", cond_function, " ? : "); SWITCH_ADD_API(commands_api_interface, "regex", "Eval a regex", regex_function, "|[|]"); - SWITCH_ADD_API(commands_api_interface, "acl", "compater an ip to an acl list", acl_function, " "); + SWITCH_ADD_API(commands_api_interface, "acl", "compare an ip to an acl list", acl_function, " "); SWITCH_ADD_API(commands_api_interface, "uuid_chat", "Send a chat message", uuid_chat, UUID_CHAT_SYNTAX); SWITCH_ADD_API(commands_api_interface, "find_user_xml", "find a user", find_user_function, " "); SWITCH_ADD_API(commands_api_interface, "user_exists", "find a user", user_exists_function, " ");