diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-24 20:16:44 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-25 09:52:12 +0100 |
commit | 90b89bb9f4d055bc5713b733503e7d39c54ca55f (patch) | |
tree | b01673e24038a1dd8e7e24be79cec049e344a809 /src/mm-sms-part-3gpp.c | |
parent | 223b754fccba28dbb3ce950058a81bd133c8ce86 (diff) |
*: Spelling fixes
Diffstat (limited to 'src/mm-sms-part-3gpp.c')
-rw-r--r-- | src/mm-sms-part-3gpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sms-part-3gpp.c b/src/mm-sms-part-3gpp.c index 8e5250c1..7e3f5374 100644 --- a/src/mm-sms-part-3gpp.c +++ b/src/mm-sms-part-3gpp.c @@ -751,7 +751,7 @@ mm_sms_part_3gpp_new_from_binary_pdu (guint index, * @address: the phone number to encode * @buf: the buffer to encode @address in * @buflen: the size of @buf - * @is_smsc: if %TRUE encode size as number of octets of address infromation, + * @is_smsc: if %TRUE encode size as number of octets of address information, * otherwise if %FALSE encode size as number of digits of @address * * Returns: the size in bytes of the data added to @buf |