Fixed typo.

This commit is contained in:
Patrick 2024-10-25 09:46:09 +02:00
parent 7345305a77
commit 28c1675b87

View File

@ -6,7 +6,7 @@ from SCons.Script import *
def available(env: Environment):
if os.name != 'nt':
return 'Winscript is only available on Windows.'
return 'Wincrypt is only available on Windows.'
def versions(env: Environment, update: bool = False):
if os.name == 'nt':