summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/loading-extensions.html2
-rw-r--r--documentation/your-first-extension.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/loading-extensions.html b/documentation/loading-extensions.html
index 3cc7059..180cb33 100644
--- a/documentation/loading-extensions.html
+++ b/documentation/loading-extensions.html
@@ -37,7 +37,7 @@ extern "C" {
/**
* Function that is called by PHP right after the PHP process
* has started, and that returns an address of an internal PHP
- * strucure with all the details and features of your extension
+ * structure with all the details and features of your extension
*
* @return void* a pointer to an address that is understood by PHP
*/
diff --git a/documentation/your-first-extension.html b/documentation/your-first-extension.html
index 2e5914e..ab5c838 100644
--- a/documentation/your-first-extension.html
+++ b/documentation/your-first-extension.html
@@ -194,7 +194,7 @@ extern "C" {
/**
* Function that is called by PHP right after the PHP process
* has started, and that returns an address of an internal PHP
- * strucure with all the details and features of your extension
+ * structure with all the details and features of your extension
*
* @return void* a pointer to an address that is understood by PHP
*/