From 6d7056ab6e342fba9a62ecfa2efd132ffe2e403a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 30 Jun 2022 17:20:39 +0200 Subject: Cleanup: fix various typos Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15328 --- system_demo_mode/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system_demo_mode/config.py') diff --git a/system_demo_mode/config.py b/system_demo_mode/config.py index 3c0550ee..5d939959 100644 --- a/system_demo_mode/config.py +++ b/system_demo_mode/config.py @@ -40,7 +40,7 @@ def as_string(dirpath, random_order, exit, **kwargs): "# generated file\n", "\n", "# edit the search path so other systems may find the files below\n", - "# based on name only if the absolute paths cant be found\n", + "# based on name only if the absolute paths cannot be found\n", "# Use '//' for current blend file path.\n", "\n", "search_path = %r\n" % dirpath, -- cgit v1.2.3