From bb6765f28fdde392976c38712c851d0ef8c75a2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Mar 2021 09:35:12 +1100 Subject: Cleanup: spelling --- source/blender/datatoc/datatoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/datatoc/datatoc.c') diff --git a/source/blender/datatoc/datatoc.c b/source/blender/datatoc/datatoc.c index f68d2f8ce13..62b4cee4af0 100644 --- a/source/blender/datatoc/datatoc.c +++ b/source/blender/datatoc/datatoc.c @@ -112,7 +112,7 @@ int main(int argc, char **argv) fprintf(fpout, "%3d,", getc(fpin)); } - /* trailing NULL terminator, this isnt needed in some cases and + /* Trailing NULL terminator, this isn't needed in some cases and * won't be taken into account by the size variable, but its useful when dealing with * NULL terminated string data */ fprintf(fpout, "0\n};\n\n"); -- cgit v1.2.3