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>2021-10-26 14:24:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-26 14:26:35 +0300
commit6d3d2988faad182eedc34210c651f8edb1cda6d8 (patch)
treebab8c1b62b545dbf403979f9c8f66f7bd4e5eb4b /source/blender/blenlib
parentddf97d6270d0a0da36257bb676d9d05513064de5 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_serialize.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_serialize.hh b/source/blender/blenlib/BLI_serialize.hh
index 0d59f33d552..8bec2785f83 100644
--- a/source/blender/blenlib/BLI_serialize.hh
+++ b/source/blender/blenlib/BLI_serialize.hh
@@ -316,8 +316,8 @@ class Formatter {
class JsonFormatter : public Formatter {
public:
/**
- * The identation level to use.
- * Typically number of chars. Set to 0 to not use identation.
+ * The indentation level to use.
+ * Typically number of chars. Set to 0 to not use indentation.
*/
int8_t indentation_len = 0;
@@ -327,4 +327,3 @@ class JsonFormatter : public Formatter {
};
} // namespace blender::io::serialize
-