From 42ca21fc1ad3be3cae94618b68a9467e94bc76db Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Fri, 1 Feb 2019 16:46:09 +0100 Subject: [PATCH] Fix typo in comment --- cura/ApplicationMetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/ApplicationMetadata.py b/cura/ApplicationMetadata.py index e2ac4453eb..a5ecfd6f46 100644 --- a/cura/ApplicationMetadata.py +++ b/cura/ApplicationMetadata.py @@ -2,7 +2,7 @@ # Cura is released under the terms of the LGPLv3 or higher. # --------- -# Genearl constants used in Cura +# General constants used in Cura # --------- DEFAULT_CURA_DISPLAY_NAME = "Ultimaker Cura" DEFAULT_CURA_VERSION = "master"