summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-03-24 18:49:45 -0300
committerTingPing <tngpng@gmail.com>2013-03-24 18:49:45 -0300
commit2bd12b2e255715df766737541a01b8f25fe764aa (patch)
treee6b502daf63b0166aa07a339a7625241a276edfc /plugins/perl
parent39cfcc74686e4971333a45929aa155cb0865bb2b (diff)
Typo
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c
index 6bab27a9..3c1ed192 100644
--- a/plugins/perl/perl.c
+++ b/plugins/perl/perl.c
@@ -1423,14 +1423,14 @@ perl_load_file (char *filename)
 					thread_mbox ("Cannot open " PERL_DLL "!\n\n"
 									 "You must have a Visual C++ build of Perl "
 									 PERL_REQUIRED_VERSION " installed in order to\n"
-									 "run Perl scripts. A reboot maybe required.\n\n"
+									 "run Perl scripts. A reboot may be required.\n\n"
 									 "http://hexchat.org/downloads.html\n\n"
 									 "I have found Perl 5.6, but that is too old.");
 				} else {
 					thread_mbox ("Cannot open " PERL_DLL "!\n\n"
 									 "You must have a Visual C++ build of Perl "
 									 PERL_REQUIRED_VERSION " installed in order to\n"
-									 "run Perl scripts. A reboot maybe required.\n\n"
+									 "run Perl scripts. A reboot may be required.\n\n"
 									 "http://hexchat.org/downloads.html\n\n"
 									 "Make sure Perl's bin directory is in your PATH.");
 				}