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-11-04 01:26:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-04 01:28:16 +0300
commit5e0e1754227514d0f6ebd328f1b9a07cda607779 (patch)
tree5e74c3dee19e122fdca40ba1e29c22626622f715 /source/blender/blenlib
parentdb5493ec7a103675387fff6ab15c962f872be157 (diff)
Cleanup: spelling (D831)
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index f3ecc799e1e..c062d62bca5 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -280,7 +280,7 @@ static void bli_builddir(struct BuildDirCtx *dir_ctx, const char *dirname)
closedir(dir);
}
else {
- printf("%s non-existant directory\n", dirname);
+ printf("%s non-existent directory\n", dirname);
}
}