From 9026dc6ee4b16f9a9db73eee09f2f397012268d2 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 2 Aug 2011 17:00:44 +0000 Subject: Fixed a few small typos. Kent --- release/scripts/modules/bpy/path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts/modules/bpy') diff --git a/release/scripts/modules/bpy/path.py b/release/scripts/modules/bpy/path.py index a01745fec0a..284fef97795 100644 --- a/release/scripts/modules/bpy/path.py +++ b/release/scripts/modules/bpy/path.py @@ -136,7 +136,7 @@ def display_name(name): def display_name_from_filepath(name): """ - Returns the path stripped of directort and extension, + Returns the path stripped of directory and extension, ensured to be utf8 compatible. """ name = _os.path.splitext(basename(name))[0] @@ -204,7 +204,7 @@ def resolve_ncase(path): def ensure_ext(filepath, ext, case_sensitive=False): """ - Return the path with the extension added its its not alredy set. + Return the path with the extension added if it is not already set. :arg ext: The extension to check for. :type ext: string -- cgit v1.2.3