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-09-16 08:28:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-16 08:28:02 +0300
commit7e8cba98b6f0f2372706901eae3ee19f3bc5c779 (patch)
tree9fc972dd4d61f665ac1eec47814bb6978202ce0e /source/blender/editors/space_buttons
parentc7309c500750fe5acdd5d6e79a0405716402670e (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/buttons_ops.c2
-rw-r--r--source/blender/editors/space_buttons/buttons_texture.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/space_buttons/buttons_ops.c b/source/blender/editors/space_buttons/buttons_ops.c
index f21bedfb366..7fd48108158 100644
--- a/source/blender/editors/space_buttons/buttons_ops.c
+++ b/source/blender/editors/space_buttons/buttons_ops.c
@@ -54,7 +54,7 @@
#include "buttons_intern.h" /* own include */
/* -------------------------------------------------------------------- */
-/** \name Start / Clear Seach Filter Operators
+/** \name Start / Clear Search Filter Operators
*
* \note Almost a duplicate of the file browser operator #FILE_OT_start_filter.
* \{ */
diff --git a/source/blender/editors/space_buttons/buttons_texture.c b/source/blender/editors/space_buttons/buttons_texture.c
index 8e5aa00115b..dc35a0f3658 100644
--- a/source/blender/editors/space_buttons/buttons_texture.c
+++ b/source/blender/editors/space_buttons/buttons_texture.c
@@ -464,8 +464,8 @@ static void template_texture_user_menu(bContext *C, uiLayout *layout, void *UNUS
void uiTemplateTextureUser(uiLayout *layout, bContext *C)
{
- /* texture user selection dropdown menu. the available users have been
- * gathered before drawing in ButsContextTexture, we merely need to
+ /* Texture user selection drop-down menu. the available users have been
+ * gathered before drawing in #ButsContextTexture, we merely need to
* display the current item. */
SpaceProperties *sbuts = CTX_wm_space_properties(C);
ButsContextTexture *ct = (sbuts) ? sbuts->texuser : NULL;