gfe-relnote: Fix typo in QUIC method name. No behavior change

PiperOrigin-RevId: 271220749
Change-Id: I02dfca91b64e07842eb6933db936414704e79dbb
diff --git a/quic/core/quic_crypto_server_handshaker.cc b/quic/core/quic_crypto_server_handshaker.cc
index 49e7209..964c8ac 100644
--- a/quic/core/quic_crypto_server_handshaker.cc
+++ b/quic/core/quic_crypto_server_handshaker.cc
@@ -169,7 +169,7 @@
   }
 
   if (reply->tag() != kSHLO) {
-    session()->connection()->set_fully_pad_crypto_hadshake_packets(
+    session()->connection()->set_fully_pad_crypto_handshake_packets(
         crypto_config_->pad_rej());
     SendHandshakeMessage(*reply);
     return;
@@ -215,7 +215,7 @@
   }
   session()->connection()->SetDiversificationNonce(*diversification_nonce);
 
-  session()->connection()->set_fully_pad_crypto_hadshake_packets(
+  session()->connection()->set_fully_pad_crypto_handshake_packets(
       crypto_config_->pad_shlo());
   SendHandshakeMessage(*reply);