diff options
author | Christian Storm <Christian.Storm@tngtech.com> | 2015-02-17 10:52:37 +0100 |
---|---|---|
committer | Christian Storm <Christian.Storm@tngtech.com> | 2015-02-17 10:52:37 +0100 |
commit | a1d14c4526a8d47adeef254cf0ae9142ae2b13b3 (patch) | |
tree | c40cdb55279bb76c63321fc566ef89fe0073bd60 /src/config | |
parent | 0997bafeb99541fff67765506392209ef2ce1ef1 (diff) | |
download | profani-tty-a1d14c4526a8d47adeef254cf0ae9142ae2b13b3.tar.gz |
Fixed spelling.
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/accounts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/accounts.c b/src/config/accounts.c index dd0d6eb4..6c04549c 100644 --- a/src/config/accounts.c +++ b/src/config/accounts.c @@ -828,7 +828,7 @@ _fix_legacy_accounts(const char * const account_name) _save_accounts(); } - // acounts with no muc service or nick + // accounts with no muc service or nick if (!g_key_file_has_key(accounts, account_name, "muc.service", NULL)) { gchar *account_jid = g_key_file_get_string(accounts, account_name, "jid", NULL); Jid *jidp = jid_create(account_jid); |