summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-31 21:18:08 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-31 21:18:08 +0000
commit7bdcba172030b6c4aedf3e00514af1a857a04593 (patch)
tree752dcfa0080db649804125648993a7fa3174e50a /includes/xmlrpc.inc
parentbe14203534c5f09d0c70c2bf59b81b80f2a90b32 (diff)
downloadbrdo-7bdcba172030b6c4aedf3e00514af1a857a04593.tar.gz
brdo-7bdcba172030b6c4aedf3e00514af1a857a04593.tar.bz2
- Patch #19739 by Uwe: corrected many typo's in the documentation and code comments
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index b55ce425b..dce2ddcf2 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -911,7 +911,7 @@ class xmlrpcval {
list($a,$b)=each($this->me);
// contributed by I Sofer, 2001-03-24
// add support for nested arrays to scalarval
- // i've created a new method here, so as to
+ // I've created a new method here, so as to
// preserve back compatibility
if (is_array($b)) {