1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Fix typos.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4457 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-04-19 08:21:51 +00:00 committed by exg
parent 8861980f94
commit 08340b72be
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ void nicklist_update_flags_unique(SERVER_REC *server, void *id,
/* Specify which nick in channel is ours */ /* Specify which nick in channel is ours */
void nicklist_set_own(CHANNEL_REC *channel, NICK_REC *nick); 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 #if GLIB_MAJOR_VERSION < 2
int nicklist_compare_glib1(NICK_REC *p1, NICK_REC *p2); int nicklist_compare_glib1(NICK_REC *p1, NICK_REC *p2);
#endif #endif

View File

@ -353,7 +353,7 @@ int main(int argc, char **argv)
/* setlocale() must be called at the beginning before any calls that /* setlocale() must be called at the beginning before any calls that
affect it, especially regexps seem to break if they're generated 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 locales aren't actually used for anything else than autodetection
of UTF-8 currently.. of UTF-8 currently..