[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38940] trunk/blender/release/scripts/ modules/bpy/path.py: Fixed a few small typos.

Kent Mein mein at cs.umn.edu
Tue Aug 2 19:00:44 CEST 2011


Revision: 38940
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38940
Author:   sirdude
Date:     2011-08-02 17:00:44 +0000 (Tue, 02 Aug 2011)
Log Message:
-----------
Fixed a few small typos.

Kent

Modified Paths:
--------------
    trunk/blender/release/scripts/modules/bpy/path.py

Modified: trunk/blender/release/scripts/modules/bpy/path.py
===================================================================
--- trunk/blender/release/scripts/modules/bpy/path.py	2011-08-02 16:51:50 UTC (rev 38939)
+++ trunk/blender/release/scripts/modules/bpy/path.py	2011-08-02 17:00:44 UTC (rev 38940)
@@ -136,7 +136,7 @@
 
 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 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




More information about the Bf-blender-cvs mailing list