From 27acca0f5b9b6e68acf766fca237669e1df5263a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 14 Mar 2018 00:31:03 +0100 Subject: [PATCH] fix typo in comment Signed-off-by: Mattia Rizzolo --- plugins/perl/lib/HexChat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::;