Author: dlee
Date: Thu Jun 27 21:14:27 2013
New Revision: 393100

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393100
Log:
Removed stray apostrophe.

Apparently the pluralization of an acronym does not use an apostophe,
according to most modern style guides. I feel like I've been living a
lie this whole time.

Modified:
    trunk/res/res_stasis_http.c

Modified: trunk/res/res_stasis_http.c
URL: 
http://svnview.digium.com/svn/asterisk/trunk/res/res_stasis_http.c?view=diff&rev=393100&r1=393099&r2=393100
==============================================================================
--- trunk/res/res_stasis_http.c (original)
+++ trunk/res/res_stasis_http.c Thu Jun 27 21:14:27 2013
@@ -719,7 +719,7 @@
         * is probably our best bet.
         */
        stasis_http_response_error(response, 404, "Not Found",
-               "ARI URL's do not end with a slash. Try /%s", slashless);
+               "ARI URLs do not end with a slash. Try /%s", slashless);
 }
 
 /*!


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to