summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
commitf107c1522db3db81bb0ef1031250891432eaa453 (patch)
tree6e9399905aecf23283b5592cab75ef9656a24889 /documentation
parent4b32f9f761ba9e911fdc53181e5c2feec7bf040d (diff)
fix documentation stuff that was reported in pull requested #194
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
*/