Diff between 19737e50a727f2b12b99da45b618641a06eac861 and 96ca20c858b4fc5ceaa8289104850708266299bb

Changed Files

File Additions Deletions Status
obexd/plugins/vcard.c +1 -1 modified

Full Patch

diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c
index b9a31bc..9c63595 100644
--- a/obexd/plugins/vcard.c
+++ b/obexd/plugins/vcard.c
@@ -681,7 +681,7 @@ static void vcard_printf_address(GString *vcards, uint8_t format,
 		g_strlcat(fields, field_esc, len);
 
 		if (l->next)
-			/* not addding ';' after last addr field */
+			/* not adding ';' after last addr field */
 			g_strlcat(fields, ";", len);
 	}