diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-08-08 08:37:27 +0200 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> | 2012-08-08 08:37:55 +0200 |
commit | 654ac1e090d29ce8a4c6d29a97ec7ca3f239c2f3 (patch) | |
tree | 0d28d02c80d2660009074171e20b4ca561bd3f3b /program/include/rcube_vcard.php | |
parent | de56ea1909d515d3e4807a04a6c4644b8226d08d (diff) |
Fix some typos
Diffstat (limited to 'program/include/rcube_vcard.php')
-rw-r--r-- | program/include/rcube_vcard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index 52545a0d9..37cd3ab26 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -703,7 +703,7 @@ class rcube_vcard * * @param string vCard string to split * @param string Separator char/string - * @return array List with splitted values + * @return array List with splited values */ private static function vcard_unquote($s, $sep = ';') { |