We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80da51 commit f6c5e49Copy full SHA for f6c5e49
iroh/src/magicsock/metrics.rs
@@ -32,7 +32,7 @@ pub struct Metrics {
32
*/
33
/// The number of NAT traversal attempts initiated.
34
pub holepunch_attempt: Counter,
35
- /// The number of successfull NAT traversal attempts.
+ /// The number of successful NAT traversal attempts.
36
pub holepunch_success: Counter,
37
38
/*
0 commit comments