diff --git a/src/core/nicklist.h b/src/core/nicklist.h index 78dabcc0..1688fe58 100644 --- a/src/core/nicklist.h +++ b/src/core/nicklist.h @@ -48,7 +48,7 @@ void nicklist_update_flags_unique(SERVER_REC *server, void *id, /* Specify which nick in channel is ours */ void nicklist_set_own(CHANNEL_REC *channel, NICK_REC *nick); -/* Nick record comparision for sort functions */ +/* Nick record comparison for sort functions */ #if GLIB_MAJOR_VERSION < 2 int nicklist_compare_glib1(NICK_REC *p1, NICK_REC *p2); #endif diff --git a/src/fe-text/irssi.c b/src/fe-text/irssi.c index c87a1f81..38fa428c 100644 --- a/src/fe-text/irssi.c +++ b/src/fe-text/irssi.c @@ -353,7 +353,7 @@ int main(int argc, char **argv) /* setlocale() must be called at the beginning before any calls that affect it, especially regexps seem to break if they're generated - before t his call. + before this call. locales aren't actually used for anything else than autodetection of UTF-8 currently..