Fixed typo.
This commit is contained in:
parent
7345305a77
commit
28c1675b87
@ -6,7 +6,7 @@ from SCons.Script import *
|
|||||||
|
|
||||||
def available(env: Environment):
|
def available(env: Environment):
|
||||||
if os.name != 'nt':
|
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):
|
def versions(env: Environment, update: bool = False):
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user