From 4da2acae3ab1a40db8be7f7df36da29cfcbf280c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 3 Sep 2018 16:49:08 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3668 --- release/scripts/modules/bpy/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules/bpy') diff --git a/release/scripts/modules/bpy/path.py b/release/scripts/modules/bpy/path.py index 6af78bbb4c0..d236af87052 100644 --- a/release/scripts/modules/bpy/path.py +++ b/release/scripts/modules/bpy/path.py @@ -301,7 +301,7 @@ def resolve_ncase(path): if f_iter_nocase: return _os.path.join(dirpath, f_iter_nocase) + suffix, True else: - # cant find the right one, just return the path as is. + # can't find the right one, just return the path as is. return path, False ncase_path, found = _ncase_path_found(path) -- cgit v1.2.3