Import Debian changes 1.2.2-1
[quagga-debian.git] / debian / patches / 0009-Fix-typo-in-dump-bgp-help-text.patch
1 From: Scott Leggett <scott@sl.id.au>
2 Date: Sun, 5 Nov 2017 22:03:17 +1100
3 Subject: Fix typo in dump-bgp help text.
4
5 ---
6  bgpd/bgp_dump.c | 4 ++--
7  1 file changed, 2 insertions(+), 2 deletions(-)
8
9 diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c
10 index 01f9b41..2b8513c 100644
11 --- a/bgpd/bgp_dump.c
12 +++ b/bgpd/bgp_dump.c
13 @@ -741,8 +741,8 @@ DEFUN (dump_bgp_all,
14         "dump bgp (all|all-et|updates|updates-et|routes-mrt) PATH [INTERVAL]",
15         "Dump packet\n"
16         "BGP packet dump\n"
17 -       "Dump all BGP packets\nDump all BGP packets (Extended Tiemstamp Header)\n"
18 -       "Dump BGP updates only\nDump BGP updates only (Extended Tiemstamp Header)\n"
19 +       "Dump all BGP packets\nDump all BGP packets (Extended Timestamp Header)\n"
20 +       "Dump BGP updates only\nDump BGP updates only (Extended Timestamp Header)\n"
21         "Dump whole BGP routing table\n"
22         "Output filename\n"
23         "Interval of output\n")