diff options
| author | Piotr Sikora <piotr@cloudflare.com> | 2014-07-08 03:03:14 -0700 |
|---|---|---|
| committer | Piotr Sikora <piotr@cloudflare.com> | 2014-07-08 03:03:14 -0700 |
| commit | ba956867414191d2e2468f1c4fabf47e6b3f0176 (patch) | |
| tree | b08a9d2c00d56560750642e4e0b8d302deb71d76 /src/misc/ngx_cpp_test_module.cpp | |
| parent | a02ca8e173a6ab9fa61e9568656917b1bd68a656 (diff) | |
| download | nginx-ba956867414191d2e2468f1c4fabf47e6b3f0176.tar.gz nginx-ba956867414191d2e2468f1c4fabf47e6b3f0176.tar.bz2 | |
Style: fix typo.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Diffstat (limited to '')
| -rw-r--r-- | src/misc/ngx_cpp_test_module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/ngx_cpp_test_module.cpp b/src/misc/ngx_cpp_test_module.cpp index 3cbc0a811..5d2f08d39 100644 --- 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> |
