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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-12-16 22:05:47 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-12-16 22:05:47 +0300
commitfef0549ea5f09d5d83066b9c5cc232f8f0b0568a (patch)
tree048bc4988ff8ef144751c36b2e25d2dd955a34a0 /source/blender/blenlib
parentfdcfca54e0471f10413fbcf0ba4efd029a4d563c (diff)
SVN maintenance.
Plus some typo fixes in comments.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/fileops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/fileops.c b/source/blender/blenlib/intern/fileops.c
index 795938b4957..15218fb9ece 100644
--- a/source/blender/blenlib/intern/fileops.c
+++ b/source/blender/blenlib/intern/fileops.c
@@ -264,7 +264,7 @@ int BLI_rename(const char *from, const char *to) {
return rename(from, to);
}
-#else /* The weirdo UNIX world */
+#else /* The UNIX world */
/*
* but the UNIX world is tied to the interface, and the system