Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh committed Jun 16, 2024
1 parent 19b97d7 commit 9c051f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion program/lib/Roundcube/rcube_csv2vcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ class rcube_csv2vcard
'im_icq' => 'im:icq',
'im_jabber' => 'im:jabber',
'im_msn' => 'im:msn',
'im_other' => 'im:other',
'im_skype' => 'im:skype',
'im_yahoo' => 'im:yahoo',
'web_blog' => 'website:blog',
Expand Down
2 changes: 1 addition & 1 deletion program/lib/Roundcube/rcube_vcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class rcube_vcard
'CELL' => 'mobile',
'WORK,FAX' => 'workfax',
'WORK,CELL' => 'other',
'HOOME,FAX' => 'homefax',
'HOME,FAX' => 'homefax',
'OTHER,FAX' => 'other',
'FAX' => 'homefax',
];
Expand Down

0 comments on commit 9c051f8

Please sign in to comment.