diff --git a/recipes/wincrypt/recipe.py b/recipes/wincrypt/recipe.py index 9937643..86e4667 100644 --- a/recipes/wincrypt/recipe.py +++ b/recipes/wincrypt/recipe.py @@ -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':