aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rwxr-xr-xaddressbook/tools/csv2vcard.in4
-rw-r--r--addressbook/util/eab-book-util.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/tools/csv2vcard.in b/addressbook/tools/csv2vcard.in
index 5c82c46726..8c2961cf99 100755
--- a/addressbook/tools/csv2vcard.in
+++ b/addressbook/tools/csv2vcard.in
@@ -1,6 +1,6 @@
#!@PERL@ -w
#
-# cvs2vcard - Script to convert Outlook CSV files into VCard files
+# cvs2vcard - Script to convert Outlook CSV files into vCard files
# suitable to be imported into Evolution.
#
# Copyright (C) 2001 Ximian, Inc.
@@ -31,7 +31,7 @@ sub usage
print STDERR << "--EndOfUsage";
Takes a CSV-formatted list of contacts from Outlook and attempts to
-convert it into a list of VCards suitable for import into Evolution.
+convert it into a list of vCards suitable for import into Evolution.
Usage: $0 [infile outfile]
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"