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>2020-07-15 06:11:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-15 06:11:22 +0300
commite062def3b4755a29340c6257aeb6d9ba772ce640 (patch)
treeb35b333a38a00c01543bf14b666655b8cc7a668b /source/blender/blenlib/intern/storage.c
parent061d76f55cb172f9cbe133ba6a0f92ca5feb6b88 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/intern/storage.c')
-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 d6ae408f53e..d3191148c90 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -291,7 +291,7 @@ eFileAttributes BLI_file_attributes(const char *path)
/* Return alias/shortcut file target. Apple version is defined in storage_apple.mm */
#ifndef __APPLE__
bool BLI_file_alias_target(
- /* This parameter can only be const on non-windows plaforms.
+ /* This parameter can only be const on non-windows platforms.
* NOLINTNEXTLINE: readability-non-const-parameter. */
char target[FILE_MAXDIR],
const char *filepath)