aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/eab-book-util.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-10-11 05:27:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-10-11 05:27:09 +0800
commitb56caa827dd78a50928a6edb12140a16172386bc (patch)
tree73103cc2095716af7f6cbef22b0904302cdcd507 /addressbook/util/eab-book-util.c
parente30c8ff3852d4056b8ed63a00675524913f8e2c4 (diff)
downloadgsoc2013-evolution-b56caa827dd78a50928a6edb12140a16172386bc.tar
gsoc2013-evolution-b56caa827dd78a50928a6edb12140a16172386bc.tar.gz
gsoc2013-evolution-b56caa827dd78a50928a6edb12140a16172386bc.tar.bz2
gsoc2013-evolution-b56caa827dd78a50928a6edb12140a16172386bc.tar.lz
gsoc2013-evolution-b56caa827dd78a50928a6edb12140a16172386bc.tar.xz
gsoc2013-evolution-b56caa827dd78a50928a6edb12140a16172386bc.tar.zst
gsoc2013-evolution-b56caa827dd78a50928a6edb12140a16172386bc.zip
Bug 598027 - Use vCard instead of VCard
Diffstat (limited to 'addressbook/util/eab-book-util.c')
-rw-r--r--addressbook/util/eab-book-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c
index 54e95e4950..84529c9214 100644
--- a/addressbook/util/eab-book-util.c
+++ b/addressbook/util/eab-book-util.c
@@ -216,7 +216,7 @@ eab_contact_list_from_string (const gchar *str)
q = p = str_stripped = g_string_free (gstr, FALSE);
- /* Note: The VCard standard says
+ /* Note: The vCard standard says
*
* vcard = "BEGIN" [ws] ":" [ws] "VCARD" [ws] 1*CRLF
* items *CRLF "END" [ws] ":" [ws] "VCARD"