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