Skip to content

Commit 3430bd8

Browse files
committed
Correct typo in struct field
1 parent 08e23fa commit 3430bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/v17/network/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub struct GetConnectionCount(pub u64);
6565
pub struct GetNetTotals {
6666
/// Total bytes received.
6767
#[serde(rename = "totalbytesrecv")]
68-
pub total_bytes_recieved: u64,
68+
pub total_bytes_received: u64,
6969
/// Total bytes sent.
7070
#[serde(rename = "totalbytessent")]
7171
pub total_bytes_sent: u64,

0 commit comments

Comments
 (0)