summaryrefslogtreecommitdiff
path: root/documentation/your-first-extension.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/your-first-extension.html')
-rw-r--r--documentation/your-first-extension.html2
1 files changed, 1 insertions, 1 deletions
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
*/