summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Weber2008-11-27 15:52:32 +0000
committerChristian Weber2008-11-27 15:52:32 +0000
commit6df16a01b771cfae6f38e518fa6e8078703f7ad4 (patch)
treeb9f98fd7a1a3f3cf4e80d433db722d51323ef4ea /README
parent83a825a668fb248d4c2050ca2829f80d469c3711 (diff)
downloaditools-6df16a01b771cfae6f38e518fa6e8078703f7ad4.tar.gz
itools-6df16a01b771cfae6f38e518fa6e8078703f7ad4.tar.bz2
itools-6df16a01b771cfae6f38e518fa6e8078703f7ad4.zip
correct typos
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 8235c3c..b3594a0 100644
--- a/README
+++ b/README
@@ -118,14 +118,14 @@ Functions:
it_debug - Debug support
------------------------
-it_debug is used for debugging. The function ED($foo, $bar) outputs echoes the
+it_debug is used for debugging. The function ED($foo, $bar) echoes the
values of $foo and $bar AND prepends it with the names of the variables. EDX()
-does the same and exists. EDC('verbose', $foo) only echoes if
+does the same and exits. EDC('verbose', $foo) only echoes if
$GLOBALS['debug_verbose'] is set. it_debug::backtrace() outputs a compact
stackdump.
Example:
- ED($foo, $bar); # outputs name and value of $foo and $bar
+ ED($foo, $bar); # echoes name and value of $foo and $bar
EDC('verbose', $foo);
Functions: