From 44a614b71643d16af004c22507deb9d42e51381c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 27 Jul 2021 22:48:27 -0700 Subject: [PATCH] VERSION: Fix minor typo in comment --- lib/PBot/VERSION.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 9e827f1e..b235ab0c 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -3,7 +3,7 @@ # Purpose: Sets the PBot version constants. # # Rather than each PBot::Core package having its own version identifier, all -# of PBot is considered a single package. The BUILD_REVSION constant is the +# of PBot is considered a single package. The BUILD_REVISION constant is the # count of git commits to the PBot repository. # # See also the version command in PBot::Core::Commands::Version. It can compare