From d1eefc421544e2ea632fb35cb6bcaade4c39ce6b Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:43:08 -0700 Subject: Spelling: Then Versus Than Corrects incorrect usages of the words 'then' and 'than'. Differential Revision: https://developer.blender.org/D9246 Reviewed by Campbell Barton --- source/blender/makesrna/intern/makesrna.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/makesrna.c') diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c index 269db1990b8..fa589597111 100644 --- a/source/blender/makesrna/intern/makesrna.c +++ b/source/blender/makesrna/intern/makesrna.c @@ -161,7 +161,7 @@ static int replace_if_different(const char *tmpfile, const char *dep_files[]) * assumes dep_files is in the same dir as makesrna.c, which is true for now. */ if (1) { - /* first check if makesrna.c is newer then generated files + /* first check if makesrna.c is newer than generated files * for development on makesrna.c you may want to disable this */ if (file_older(orgfile, __FILE__)) { REN_IF_DIFF; @@ -171,7 +171,7 @@ static int replace_if_different(const char *tmpfile, const char *dep_files[]) REN_IF_DIFF; } - /* now check if any files we depend on are newer then any generated files */ + /* now check if any files we depend on are newer than any generated files */ if (dep_files) { int pass; for (pass = 0; dep_files[pass]; pass++) { -- cgit v1.2.3