Skip to content

Commit

Permalink
fixup: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo authored Nov 21, 2023
1 parent f8002ec commit fe565d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/interop/xds_stats_watcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ LoadBalancerStatsResponse XdsStatsWatcher::WaitForRpcStatsResponse(
response.mutable_rpcs_by_peer()->insert(rpcs_by_peer_.begin(),
rpcs_by_peer_.end());
// Return metadata if at least one RPC had relevant metadata. Note that empty
// entries would be returned for RCPs with no relevant metadata in this case.
// entries would be returned for RPCs with no relevant metadata in this case.
if (HasNonEmptyMetadata(metadata_by_peer_)) {
response.mutable_metadatas_by_peer()->insert(metadata_by_peer_.begin(),
metadata_by_peer_.end());
Expand Down

0 comments on commit fe565d2

Please sign in to comment.