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>2014-05-07 22:53:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-07 22:53:05 +0400
commit65d54f34b13ddd815fdffad85b3e3e0ab542c0b1 (patch)
treef46f21df09748f6cd621b7729fcf384c17d19d73 /source/blender/blenlib/intern/path_util.c
parent3a8f1d5d8b8a95e9b3750d941fda1f8fcb549518 (diff)
Code cleanup: spelling/indentation
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 77418377f11..4226a04ca5b 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -710,7 +710,7 @@ void BLI_path_rel(char *file, const char *relfile)
* \param maxlen Maximum length of string
* \param suffix String to append to the original string
* \param sep Optional separator character
- * \return true if succeded
+ * \return true if succeeded
*/
bool BLI_path_suffix(char *string, size_t maxlen, const char *suffix, const char *sep)
{