From 08340b72befa9c3e53d3e769692544ed77cddc89 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Thu, 19 Apr 2007 08:21:51 +0000 Subject: [PATCH] Fix typos. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4457 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/nicklist.h | 2 +- src/fe-text/irssi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..