From f107c1522db3db81bb0ef1031250891432eaa453 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 31 May 2015 18:36:04 +0200 Subject: fix documentation stuff that was reported in pull requested #194 --- documentation/loading-extensions.html | 2 +- documentation/your-first-extension.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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 */ -- cgit v1.2.3