summaryrefslogtreecommitdiff
path: root/res/res_fax.c
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-10-05 16:35:03 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-10-05 16:35:03 +0000
commit07133b3a96aab73458c95d2a554d8e663749bdcb (patch)
treef6001738a441eb45f52b41ad11ba8eb43aaa9bee /res/res_fax.c
parentb698038995ec484f68d7b9ba138f1f0b15b6574a (diff)
Merged revisions 339507 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r339507 | mnicholson | 2011-10-05 11:32:59 -0500 (Wed, 05 Oct 2011) | 10 lines Merged revisions 339505 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r339505 | mnicholson | 2011-10-05 11:31:21 -0500 (Wed, 05 Oct 2011) | 3 lines The app name in the documentation must match what we register the application as. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_fax.c')
-rw-r--r--res/res_fax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_fax.c b/res/res_fax.c
index c914edd49..c3c5a2ed6 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -84,7 +84,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/translate.h"
/*** DOCUMENTATION
- <application name="ReceiveFax" language="en_US">
+ <application name="ReceiveFAX" language="en_US">
<synopsis>
Receive a FAX and save as a TIFF/F file.
</synopsis>
@@ -116,7 +116,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<ref type="function">FAXOPT</ref>
</see-also>
</application>
- <application name="SendFax" language="en_US">
+ <application name="SendFAX" language="en_US">
<synopsis>
Sends a specified TIFF/F file as a FAX.
</synopsis>