From 1ac311cedc1a4694a3dd410776296747f8625e1d Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 24 Dec 2018 12:31:39 +0100 Subject: Fix/cleanup another bunch of UI messages issues. Also (mostly in comments): behaviour -> behavior (we use American English). --- tests/gtests/blenlib/BLI_string_utf8_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gtests/blenlib/BLI_string_utf8_test.cc b/tests/gtests/blenlib/BLI_string_utf8_test.cc index 30dbccc97fe..755f3e48c55 100644 --- a/tests/gtests/blenlib/BLI_string_utf8_test.cc +++ b/tests/gtests/blenlib/BLI_string_utf8_test.cc @@ -271,7 +271,7 @@ const char *utf8_invalid_tests[][3] = { // (to convert between UTF-16LE and UTF-16BE). // With such internal use of noncharacters, it may be desirable and safer to block those code points in // UTF-8 decoders, as they should never occur legitimately in incoming UTF-8 data, and could trigger -// unsafe behaviour in subsequent processing. +// unsafe behavior in subsequent processing. // // Particularly problematic noncharacters in 16-bit applications: {"5.3.1 U+FFFE = ef bf be = \"\xef\xbf\xbe\" |", -- cgit v1.2.3