Skip to content

Commit 4a03c32

Browse files
committed
Merge rust-bitcoin#4966: chore: fix grammatical typo in comment
397fe1e chore: fix typo (Forostovec) Pull request description: vulerablities -> vulnerabilities ACKs for top commit: apoelstra: ACK 397fe1e; successfully ran local tests Tree-SHA512: bd12c8103660adf548f933a1c23b6a3a7d952a928cad3e75be76963a7ec95c1b056a6211bc4b425f6902aa3c42ff3c63bba6a308cdde49fffaf9ec9c425ee55f
2 parents 2f0c651 + 397fe1e commit 4a03c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/src/message_network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ impl Alert {
322322
pub fn final_alert() -> Self { Self(Self::FINAL_ALERT.into()) }
323323

324324
/// The final alert advertised by Bitcoin Core. This alert is sent if the advertised protocol
325-
/// version is vulnerable to the alert-system vulerablities.
325+
/// version is vulnerable to the alert-system vulnerabilities.
326326
pub fn is_final_alert(&self) -> bool { self.0.eq(&Self::FINAL_ALERT) }
327327
}
328328

0 commit comments

Comments
 (0)