diff --git a/conanfile.py b/conanfile.py index 7f01f209a1..6fbc74d04d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -310,7 +310,7 @@ def build(self): start = datetime.now() cmake.build() print("Total Build Time: " + str(datetime.now() - start)) - print(f"{statusColor}The Basilisk build is successful and the scripts are ready to run{endColor}") + print(f"{statusColor}The Basilisk build is successfull and the scripts are ready to run{endColor}") else: print(f"{statusColor}Finished configuring the Basilisk project.{endColor}") if self.settings.os != "Linux":