summaryrefslogtreecommitdiff
path: root/documentation/ini.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ini.html')
-rw-r--r--documentation/ini.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ini.html b/documentation/ini.html
index 3d40d39..c5c512b 100644
--- a/documentation/ini.html
+++ b/documentation/ini.html
@@ -50,7 +50,7 @@ extern "C" {
</p>
<p>
You can only retrieve <i>predefined</i> variables from the php.ini. It is thus not
- possible to call Php::ini_get() with random strings. If you want to define
+ possible to call Php::ini_get() with random strings. If you want to use
your own variables, you must first register them in the get_module()
function before you can call Php::ini_get() to retrieve the current values.
</p>