diff --git a/MonoGame.Framework/Input/Touch/GestureType.cs b/MonoGame.Framework/Input/Touch/GestureType.cs
index b0b61e50706..8e984656c1a 100644
--- a/MonoGame.Framework/Input/Touch/GestureType.cs
+++ b/MonoGame.Framework/Input/Touch/GestureType.cs
@@ -67,11 +67,11 @@ public enum GestureType
/// Flicks does not contain position information. The velocity of it can be read from
Flick = 4,
///
- /// The use touched a point and then performed a free-form drag.
+ /// The user touched a point and then performed a free-form drag.
///
FreeDrag = 8,
///
- /// The use touched a single point for approximately one second.
+ /// The user touched a single point for approximately one second.
///
/// As this is a single event, it will not be contionusly fired while the user is holding the touch-point.
Hold = 16,