VERSION: Fix minor typo in comment

This commit is contained in:
Pragmatic Software 2021-07-27 22:48:27 -07:00
parent 39ee73f0b8
commit 44a614b716
1 changed files with 1 additions and 1 deletions

View File

@ -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