From f362ba4edcfa579f52748dfee00f5df64799a4b8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 27 Dec 2024 21:21:50 +0500 Subject: [PATCH] Fix typo Co-Authored-By: sboddy <12862430+sboddy@users.noreply.github.com> --- src/bonsai/bonsai/bim/module/qto/prop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/qto/prop.py b/src/bonsai/bonsai/bim/module/qto/prop.py index ec5c60cbc2..3d9664ec73 100644 --- a/src/bonsai/bonsai/bim/module/qto/prop.py +++ b/src/bonsai/bonsai/bim/module/qto/prop.py @@ -70,7 +70,7 @@ class BIMQtoProperties(PropertyGroup): fallback: BoolProperty( name="Fallback To Other Calculators", description=( - "If currently selected calculator does not support quantitication " + "If currently selected calculator does not support quantification " "of some class/property, to try other available calculators." ), default=False,