wdith -> width typo fix on java, cc, proto

Refactor using s/wdith/width/g constrained by package:piper file://depot/google3 pcre:yes case:yes (lang:cc OR lang:java OR lang:proto)

This is a CL created with Zwingli (go/zwingli).

PiperOrigin-RevId: 247802529
Change-Id: I88d0117c197aef37479db35102efca91092f59cb
diff --git a/quic/quartc/test/quartc_bidi_test.cc b/quic/quartc/test/quartc_bidi_test.cc
index 93dee2e..3722619 100644
--- a/quic/quartc/test/quartc_bidi_test.cc
+++ b/quic/quartc/test/quartc_bidi_test.cc
@@ -61,7 +61,7 @@
     server_switch_ = QuicMakeUnique<simulator::Switch>(
         &simulator_, "server_switch", /*port_count=*/8, 2 * queue_length);
 
-    // Links to the switch have significantly higher bandwdith than the
+    // Links to the switch have significantly higher bandwidth than the
     // bottleneck and insignificant propagation delay.
     client_link_ = QuicMakeUnique<simulator::SymmetricLink>(
         client_filter_.get(), client_switch_->port(1), 10 * bandwidth,