From ea0c86e961de20d4215824d5cfd239a1f4c4cc90 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Mar 2022 10:04:45 +1100 Subject: Cleanup: spelling in comments Use
..
for pseudo-code. --- source/blender/blenkernel/intern/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/text.c') diff --git a/source/blender/blenkernel/intern/text.c b/source/blender/blenkernel/intern/text.c index 991fd9e3aff..43b2db0d62c 100644 --- a/source/blender/blenkernel/intern/text.c +++ b/source/blender/blenkernel/intern/text.c @@ -143,7 +143,7 @@ static void text_copy_data(Main *UNUSED(bmain), /** Free (or release) any data used by this text (does not free the text itself). */ static void text_free_data(ID *id) { - /* No animdata here. */ + /* No animation-data here. */ Text *text = (Text *)id; BKE_text_free_lines(text); -- cgit v1.2.3