Skip to content

Commit 397fe1e

Browse files
authored
chore: fix typo
1 parent 77d821e commit 397fe1e

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)