summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2018-03-14 00:31:03 +0100
committerTingPing <tingping@tingping.se>2018-03-13 23:38:36 +0000
commit27acca0f5b9b6e68acf766fca237669e1df5263a (patch)
tree9dc0d4a8fe0223cff3f90b24c4faad27d631cf72 /plugins/perl
parentececf2f6409b5aed0b235bd2b77ad367f6749137 (diff)
fix typo in comment
Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/lib/HexChat.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/lib/HexChat.pm b/plugins/perl/lib/HexChat.pm
index ebbed4fb..d428a30e 100644
--- a/plugins/perl/lib/HexChat.pm
+++ b/plugins/perl/lib/HexChat.pm
@@ -51,7 +51,7 @@ sub get_context;
 sub HexChat::Internal::context_info;
 sub HexChat::Internal::print;
 
-#keep compability with Xchat scripts
+#keep compatibility with Xchat scripts
 sub EAT_XCHAT ();
 BEGIN {
 	*Xchat:: = *HexChat::;