[nginx] Style: fix typo.
Maxim Dounin
mdounin at mdounin.ru
Wed Jul 9 01:50:04 UTC 2014
details: http://hg.nginx.org/nginx/rev/1d693deab8ae
branches:
changeset: 5761:1d693deab8ae
user: Piotr Sikora <piotr at cloudflare.com>
date: Tue Jul 08 03:03:14 2014 -0700
description:
Style: fix typo.
Signed-off-by: Piotr Sikora <piotr at cloudflare.com>
diffstat:
src/misc/ngx_cpp_test_module.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (10 lines):
diff --git a/src/misc/ngx_cpp_test_module.cpp b/src/misc/ngx_cpp_test_module.cpp
--- a/src/misc/ngx_cpp_test_module.cpp
+++ b/src/misc/ngx_cpp_test_module.cpp
@@ -1,5 +1,5 @@
-// stub module to test header files' C++ compatibilty
+// stub module to test header files' C++ compatibility
extern "C" {
#include <ngx_config.h>
More information about the nginx-devel
mailing list