gfe-relnote: Fix typo in QUIC method name. No behavior change
PiperOrigin-RevId: 271220749
Change-Id: I02dfca91b64e07842eb6933db936414704e79dbb
diff --git a/quic/core/quic_packet_creator.h b/quic/core/quic_packet_creator.h
index d9b0e19..a654423 100644
--- a/quic/core/quic_packet_creator.h
+++ b/quic/core/quic_packet_creator.h
@@ -381,7 +381,7 @@
// Indicates whether packet flusher is currently attached.
bool PacketFlusherAttached() const;
- void set_fully_pad_crypto_hadshake_packets(bool new_value) {
+ void set_fully_pad_crypto_handshake_packets(bool new_value) {
DCHECK(combine_generator_and_creator_);
fully_pad_crypto_handshake_packets_ = new_value;
}