Fix typos in comments

PiperOrigin-RevId: 597302321
diff --git a/quiche/quic/masque/masque_client_bin.cc b/quiche/quic/masque/masque_client_bin.cc
index 647f93f..a52c518 100644
--- a/quiche/quic/masque/masque_client_bin.cc
+++ b/quiche/quic/masque/masque_client_bin.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-// This file is reponsible for the masque_client binary. It allows testing
+// This file is responsible for the masque_client binary. It allows testing
 // our MASQUE client code by connecting to a MASQUE proxy and then sending
 // HTTP/3 requests to web servers tunnelled over that MASQUE connection.
 // e.g.: masque_client $PROXY_HOST:$PROXY_PORT $URL1 $URL2
diff --git a/quiche/quic/masque/masque_server_bin.cc b/quiche/quic/masque/masque_server_bin.cc
index 45b53f9..81e7fe0 100644
--- a/quiche/quic/masque/masque_server_bin.cc
+++ b/quiche/quic/masque/masque_server_bin.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-// This file is reponsible for the masque_server binary. It allows testing
+// This file is responsible for the masque_server binary. It allows testing
 // our MASQUE server code by creating a MASQUE proxy that relays HTTP/3
 // requests to web servers tunnelled over MASQUE connections.
 // e.g.: masque_server