Spelling fixes

This commit is contained in:
RoosterDragon
2023-03-02 17:06:48 +00:00
committed by Pavel Penev
parent 52fd564eac
commit 53e9f44972
12 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ namespace OpenRA
readonly int x, y, z, w;
/// <summary>
/// Construct a rotation from euler angles.
/// Construct a rotation from Euler angles.
/// </summary>
public WRot(WAngle roll, WAngle pitch, WAngle yaw)
{