diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2007-04-19 08:21:51 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-04-19 08:21:51 +0000 |
commit | 08340b72befa9c3e53d3e769692544ed77cddc89 (patch) | |
tree | 822ebe408cb697fdadd311908e4c684201e45da2 /src | |
parent | 8861980f94a1c6cbf2f3c1a061afc1b7b673e73d (diff) | |
download | irssi-08340b72befa9c3e53d3e769692544ed77cddc89.zip |
Fix typos.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4457 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/core/nicklist.h | 2 | ||||
-rw-r--r-- | 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.. |