[svn-commits] dlee: trunk r393100 - /trunk/res/res_stasis_http.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 27 21:14:28 CDT 2013


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);
 }
 
 /*!




More information about the svn-commits mailing list