From 46475b8e1164ffbfc6fe4c61ec1c6f59fa3045a8 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sun, 23 Jan 2022 22:34:56 -0600 Subject: Cleanup: Grammar: its self vs. itself --- source/blender/editors/space_text/text_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_text') diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c index 3c0ffa29bbd..430ffe6d56f 100644 --- a/source/blender/editors/space_text/text_ops.c +++ b/source/blender/editors/space_text/text_ops.c @@ -796,7 +796,7 @@ static int text_run_script(bContext *C, ReportList *reports) /* Don't report error messages while live editing */ if (!is_live) { - /* text may have freed its self */ + /* text may have freed itself */ if (CTX_data_edit_text(C) == text) { if (text->curl != curl_prev || curc_prev != text->curc) { text_update_cursor_moved(C); -- cgit v1.2.3