From ac70cdeef40f87d3dfde6fb98dd3b381e7ccae94 Mon Sep 17 00:00:00 2001 From: Ryley Kimmel Date: Thu, 26 Feb 2015 19:27:57 -0500 Subject: [PATCH] Fix a typo within the bootstrap. --- data/plugins/bootstrap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/bootstrap.rb b/data/plugins/bootstrap.rb index 41224dbc..39a74c15 100644 --- a/data/plugins/bootstrap.rb +++ b/data/plugins/bootstrap.rb @@ -80,7 +80,7 @@ class ProcLogoutListener end -# An MessageHandler which executes a Proc object with three arguments: the chain +# A MessageHandler which executes a Proc object with three arguments: the chain # context, the player and the message. class ProcMessageHandler < MessageHandler