Cleanup: fix typos in source code in intern/

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D13532
This commit is contained in:
Brecht Van Lommel
2022-01-05 15:09:53 +01:00
parent 29ab711efa
commit 86141a75eb
15 changed files with 19 additions and 19 deletions

View File

@@ -56,7 +56,7 @@ size_t count_utf_8_from_16(const wchar_t *string16)
}
else {
if (u < 0xE000) {
/*illigal*/;
/*illegal*/;
}
else {
count += 3;