summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-28 13:40:40 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-28 13:40:40 +0200
commit66e8672fc0902220e5a606438d208f7a8e52ddd5 (patch)
treebc465d80c45f9c3ebd35af98ab4b0c6f922885c5
parent2917f09f5f4573df4ae810da1351003076adf4a8 (diff)
small fix to php.ini documentationv1.1
-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>