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:
parent
8861980f94
commit
08340b72be
@ -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
|
||||
|
@ -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..
|
||||
|
Loading…
Reference in New Issue
Block a user