Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-13 03:56:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-13 03:56:11 +0400
commitb457c7fdbdf0b8cf7a4535574d9894d8850c55f4 (patch)
treef7599016a54124182431fdf66065c75f4b21cd0c /source/blender/blenlib/intern/bpath.c
parentcaac81d75f27c01e4aa0cec3d2814485203613bc (diff)
style cleanup
Diffstat (limited to 'source/blender/blenlib/intern/bpath.c')
-rw-r--r--source/blender/blenlib/intern/bpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/bpath.c b/source/blender/blenlib/intern/bpath.c
index bedae13f36e..2134cb59dc6 100644
--- a/source/blender/blenlib/intern/bpath.c
+++ b/source/blender/blenlib/intern/bpath.c
@@ -41,7 +41,7 @@
#include <string.h>
#include <assert.h>
-/* path/file handeling stuff */
+/* path/file handling stuff */
#ifndef WIN32
# include <dirent.h>
# include <unistd.h>