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-10-14 06:43:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-14 06:43:54 +0300
commitdeca7c795411975e3bfb11cd6934ace768be772b (patch)
treeed90e9acb30ea57510edf3dd4228ff93074f0f9f /source/blender/editors
parent2cc7be3e4907a0f9ed508b278cae987b35b2f503 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/screen/area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index fd94eea337f..6399778f62b 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -3116,7 +3116,7 @@ static bool panel_property_search(const bContext *C,
UI_block_layout_free(block);
- /* We could check after each layout to increase the likelyhood of returning early,
+ /* We could check after each layout to increase the likelihood of returning early,
* but that probably wouldn't make much of a difference anyway. */
if (UI_block_apply_search_filter(block, search_filter)) {
return true;