summaryrefslogtreecommitdiff
path: root/tests/cpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/main.cpp')
-rw-r--r--tests/cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpp/main.cpp b/tests/cpp/main.cpp
index 7a4c15d..154b61b 100644
--- a/tests/cpp/main.cpp
+++ b/tests/cpp/main.cpp
@@ -20,7 +20,7 @@ extern "C"
PHPCPP_EXPORT void *get_module()
{
// create extension
- static Php::Extension extension("extention_for_tests","0.1");
+ static Php::Extension extension("extension_for_tests","0.1");
// build an interface
//Php::Interface interface("MyInterface");