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:
authorRay Molenkamp <github@lazydodo.com>2020-09-10 21:13:22 +0300
committerRay Molenkamp <github@lazydodo.com>2020-09-10 21:13:51 +0300
commitc25ac806ac7aea617bb5c1243d792e00fc1c336b (patch)
treed684789323114efb67bb1b690b8b98483ad0e193 /source/blender/blenlib/intern/path_util.c
parent256b59b76f0a1650815b7a6cb69a6c4987ad5258 (diff)
Cleanup: Fix bad spelling in previous commit.
Thanks for @deadpin for noticing!
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 01bd0329f58..18a6e8a3525 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -1300,9 +1300,9 @@ void BLI_setenv_if_new(const char *env, const char *val)
/**
* Get an env var, result has to be used immediately.
*
- * On windows getenv gets its variables from a static copy of the enviroment variables taken at
- * process startup, causing it to not pick up on evenironment variables created during runtime.
- * This function uses an alternative method to get enviroment variables that does pick up on
+* On windows getenv gets its variables from a static copy of the environment variables taken at
+ * process start-up, causing it to not pick up on environment variables created during runtime.
+ * This function uses an alternative method to get environment variables that does pick up on
* runtime environment variables.
*/
const char *BLI_getenv(const char *env)