diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-08-19 19:30:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-19 19:30:23 +0300 |
| commit | 8d3c0d341aa5455bb81b2c4c4e0ee5565854a52d (patch) | |
| tree | 1ea4055d6d9d1b389e639a617e1b79b86160502a /ospfd/ospf_errors.c | |
| parent | 604321440e27dd2b1c6d698f721541ebc251934c (diff) | |
| parent | e671f9fb1f987923afc7139c9179a5f0d9fe9de7 (diff) | |
Merge pull request #4848 from donaldsharp/spelling_errors
debian packaging issues found
Diffstat (limited to 'ospfd/ospf_errors.c')
| -rw-r--r-- | ospfd/ospf_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index dd02160195..a985efc668 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -39,7 +39,7 @@ static struct log_ref ferr_ospf_warn[] = { }, { .code = EC_OSPF_PACKET, - .title = "OSPF has detected packet information missmatch", + .title = "OSPF has detected packet information mismatch", .description = "OSPF has detected that packet information received is incorrect", .suggestion = "Ensure interface configuration is correct, gather log files from here and the peer and open an Issue", }, |
