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-08 05:23:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-08 05:23:19 +0300
commitde07bf2b13e8239b5175e9c4b79fc09f096b1b86 (patch)
tree0ff2bd3d0a17433535f04b732f23256a7e26306b /source/blender/blenloader/BLO_blend_validate.h
parent8f4697e570d1e74e5121534051ebbfa7a3c3f27a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenloader/BLO_blend_validate.h')
-rw-r--r--source/blender/blenloader/BLO_blend_validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/BLO_blend_validate.h b/source/blender/blenloader/BLO_blend_validate.h
index 78aa481d4b1..cdbf4bdd952 100644
--- a/source/blender/blenloader/BLO_blend_validate.h
+++ b/source/blender/blenloader/BLO_blend_validate.h
@@ -21,7 +21,7 @@
/** \file
* \ingroup blenloader
- * \brief Utils ensuring .blend file (i.e. Main)
+ * \brief Utilities ensuring `.blend` file (i.e. Main)
* is in valid state during write and/or read process.
*/