summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-19 18:02:31 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-19 18:02:31 +0000
commit10f329c0579c24a23f9345a21aa00e56f6755a40 (patch)
tree70420d6c4543136ccd6b37479522458b9776d9f2 /includes/xmlrpc.inc
parentb2f8787c90ae7dae020337aaaa2987dcd78a7b9b (diff)
downloadbrdo-10f329c0579c24a23f9345a21aa00e56f6755a40.tar.gz
brdo-10f329c0579c24a23f9345a21aa00e56f6755a40.tar.bz2
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
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 9ad7f8ea1..42f90693f 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -1008,7 +1008,7 @@ function iso8601_decode($idate, $utc=0) {
/*****************************************************************
* _xmlrpc_decode takes a message in PHP xmlrpc object format and *
- * tranlates it into native PHP types. *
+ * translates it into native PHP types. *
* *
* author: Dan Libby (dan@libby.com) *
*****************************************************************/