1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Convert en_GB spelling to en_US with codespell

This commit is contained in:
Rémi Verschelde
2023-01-21 12:25:29 +01:00
parent 35c37ce4ce
commit 5b1df48c6c
79 changed files with 146 additions and 145 deletions

View File

@@ -135,7 +135,7 @@ Error MultiplayerAPI::encode_and_compress_variant(const Variant &p_variant, uint
return err;
}
if (r_buffer) {
// The first byte is not used by the marshalling, so store the type
// The first byte is not used by the marshaling, so store the type
// so we know how to decompress and decode this variant.
r_buffer[0] = p_variant.get_type();
}