diff options
author | Eustachy Kapusta <Eustachy.kapusta@gmail.com> | 2014-03-11 17:55:01 +0100 |
---|---|---|
committer | Eustachy Kapusta <Eustachy.kapusta@gmail.com> | 2014-03-11 17:55:01 +0100 |
commit | e36855a21e6778b78c56aafcc23808ff7f877c79 (patch) | |
tree | 8005e63defb8ce970736057987de2aaf371ee075 /plugins/perl | |
parent | fd0eeddcc9fce7685853050f8e4f3e38736bb1cf (diff) |
Fix miscapitalization
Diffstat (limited to 'plugins/perl')
-rw-r--r-- | plugins/perl/perl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 7ba38968..6711bd68 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -1483,9 +1483,9 @@ perl_load_file (char *filename) /* http://forum.xchat.org/viewtopic.php?t=3277 */ thread_mbox ("Cannot use this " PERL_DLL "\n\n" #ifdef _WIN64 - "64-bit Hexchat Perl is required."); + "64-bit HexChat Perl is required."); #else - "32-bit Hexchat Perl is required."); + "32-bit HexChat Perl is required."); #endif else { /* a lot of people install this old version */ |