From 28c1675b87a9d235ff82e5dc6f455ad0a7ff0968 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Fri, 25 Oct 2024 09:46:09 +0200 Subject: [PATCH] Fixed typo. --- recipes/wincrypt/recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':