Update source/utils/misc.brs

Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
This commit is contained in:
Jimi 2022-06-01 06:28:52 -06:00 committed by Cody Robibero
parent 40ece2d240
commit 07737bd7e7

View File

@ -170,7 +170,7 @@ end function
'
' Returns whether or not a version number (e.g. 10.7.7) is greater or equal
' to some minimum version alloed (e.g. 10.8.0)
' to some minimum version allowed (e.g. 10.8.0)
function versionChecker(versionToCheck as string, minVersionAccepted as string)
leftHand = CreateObject("roLongInteger")
rightHand = CreateObject("roLongInteger")