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
commit 08340b72be
2 changed files with 2 additions and 2 deletions

View file

@ -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..