summaryrefslogtreecommitdiff
path: root/modules/debugging
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-10-06 19:25:04 +0000
committerChristophe Jaillet <jailletc36@apache.org>2014-10-06 19:25:04 +0000
commitfba481840163d3bf923e90315c847de9b39df0a4 (patch)
treed8e33947461a881d2f1903a8b0cd126bdbad1fb3 /modules/debugging
parenta2e729ba0a928a2161cceed008d1017d1325d293 (diff)
downloadhttpd-fba481840163d3bf923e90315c847de9b39df0a4.tar.gz
Fix one missed s/tab/space/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r--modules/debugging/mod_firehose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/debugging/mod_firehose.c b/modules/debugging/mod_firehose.c
index 7228c2e2b2..b74275fa19 100644
--- a/modules/debugging/mod_firehose.c
+++ b/modules/debugging/mod_firehose.c
@@ -580,7 +580,7 @@ static const char *firehose_enable_connection(cmd_parms *cmd,
firehose->nonblock = APR_FOPEN_NONBLOCK;
#else
return "The parameter 'nonblock' is not supported by APR on this "
- "platform";
+ "platform";
#endif
}
else if (!strcmp(arg1, "block")) {