[Freeswitch-svn] [commit] r4131 - freeswitch/trunk/src
Freeswitch SVN
mikej at freeswitch.org
Tue Feb 6 01:07:23 EST 2007
Author: mikej
Date: Tue Feb 6 01:07:23 2007
New Revision: 4131
Modified:
freeswitch/trunk/src/switch_loadable_module.c
Log:
fix typo
Modified: freeswitch/trunk/src/switch_loadable_module.c
==============================================================================
--- freeswitch/trunk/src/switch_loadable_module.c (original)
+++ freeswitch/trunk/src/switch_loadable_module.c Tue Feb 6 01:07:23 2007
@@ -837,7 +837,7 @@
switch_event_add_header(stream->event, SWITCH_STACK_BOTTOM, "API-Command", cmd);
}
if (arg) {
- switch_event_add_header(stream->event, SWITCH_STACK_BOTTOM, "API-Command-Arguement", arg);
+ switch_event_add_header(stream->event, SWITCH_STACK_BOTTOM, "API-Command-Argument", arg);
}
}
More information about the Freeswitch-svn
mailing list