From deca7c795411975e3bfb11cd6934ace768be772b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Oct 2020 14:43:54 +1100 Subject: Cleanup: spelling --- source/blender/editors/screen/area.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors') 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; -- cgit v1.2.3