diff --git a/Facepunch.Steamworks/Structs/Lobby.cs b/Facepunch.Steamworks/Structs/Lobby.cs
index 506fc6c..4cb40b8 100644
--- a/Facepunch.Steamworks/Structs/Lobby.cs
+++ b/Facepunch.Steamworks/Structs/Lobby.cs
@@ -139,7 +139,7 @@ public bool SendChatString( string message )
}
///
- /// Sends bytes the the chat room
+ /// Sends bytes to the chat room
///
public unsafe bool SendChatBytes( byte[] data )
{
@@ -150,7 +150,7 @@ public unsafe bool SendChatBytes( byte[] data )
}
///
- /// Sends bytes the the chat room from a unsafe buffer
+ /// Sends bytes to the chat room from an unsafe buffer
///
public unsafe bool SendChatBytesUnsafe( byte* ptr, int length )
{