From: Stefan Fritsch Date: Sat, 28 May 2016 10:45:53 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: 2.5.0-alpha~1560 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6931dd5bd90d3dbc6f0c48860a8882c6b502ef41;p=apache Fix comment typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/logresolve.c b/support/logresolve.c index 244b89a87f..1e42b4ebf2 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -299,7 +299,7 @@ int main(int argc, const char * const argv[]) } } - /* Outout the resolved name */ + /* Output the resolved name */ apr_file_printf(outfile, "%s %s", hostname, space + 1); /* Store it in the cache */