summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-06-28 02:14:27 +0000
committerDavid M. Lee <dlee@digium.com>2013-06-28 02:14:27 +0000
commitb193b580b0db1c8cca359b3f709159c1f31db4f2 (patch)
treee8a04e8cefd283b723957b87adb8394953c723f0 /res
parent1426b2b2282ebcb2dd024b07241d9b0a318efecc (diff)
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
Diffstat (limited to 'res')
-rw-r--r--res/res_stasis_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_stasis_http.c b/res/res_stasis_http.c
index 71ee39205..9e634aacb 100644
--- a/res/res_stasis_http.c
+++ b/res/res_stasis_http.c
@@ -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);
}
/*!