Skip to content

Commit

Permalink
typo in err message
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Dec 19, 2023
1 parent 153d4c1 commit ff16acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bgp/message/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ impl<Octs: Octets> UpdateMessage<Octs> {
if let Ok(Some(mp)) = self.mp_next_hop() {
if mp.afi_safi() == (AFI::Ipv4, SAFI::Unicast) {
return Err(ParseError::form_error(
"ambiguous IPv4 Unincast nexthop"
"ambiguous IPv4 Unicast nexthop"
))
}
}
Expand Down

0 comments on commit ff16acf

Please sign in to comment.