From 654ac1e090d29ce8a4c6d29a97ec7ca3f239c2f3 Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru <sylvestre@debian.org>
Date: Wed, 08 Aug 2012 02:37:55 -0400
Subject: [PATCH] Fix some typos
---
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 52545a0..37cd3ab 100644
--- a/program/include/rcube_vcard.php
+++ b/program/include/rcube_vcard.php
@@ -703,7 +703,7 @@
*
* @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 = ';')
{
--
Gitblit v1.9.1