mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user