]> code.citadel.org Git - citadel.git/commitdiff
(no commit message)
authorArt Cancro <ajc@citadel.org>
Fri, 16 Mar 2007 16:08:04 +0000 (16:08 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 16 Mar 2007 16:08:04 +0000 (16:08 +0000)
citadel/vcard.c

index 140766ea99a74fdd53ced72fafb331df6d02246f..29c7769590ac3ad781f9c95a916e6d36956924cb 100644 (file)
@@ -289,7 +289,7 @@ void vcard_set_prop(struct vCard *v, char *name, char *value, int append) {
 
 
 /**
- * \brief Serialize a struct vcard into a standard text/x-vcard MIME type.
+ * \brief Serialize a 'struct vcard' into an actual vcard.
  * \param v vCard to serialize
  * \return the serialized vCard
  */