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.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393100 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-06-28 02:14:27 +00:00
parent 1426b2b228
commit b193b580b0

View File

@@ -719,7 +719,7 @@ static void remove_trailing_slash(const char *uri,
* 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);
}
/*!