From 346efd29e0a6ff8bd9f7d4582b431d9ec9d22869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 15 Dec 2022 12:24:08 +0100 Subject: Fix typos with codespell --- modules/mono/glue/GodotSharp/GodotSharp/Core/Projection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mono/glue') diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Projection.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Projection.cs index 8b1b73fcc3..fd37f8d9e8 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Projection.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Projection.cs @@ -652,7 +652,7 @@ namespace Godot /// added to the first and second values of the final column respectively. /// /// The offset to apply to the projection. - /// The offseted projection. + /// The offsetted projection. public readonly Projection JitterOffseted(Vector2 offset) { Projection proj = this; -- cgit v1.2.3