diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-12-17 15:46:09 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-12-17 15:46:09 +0100 |
commit | df7577985f1c1ff40179bd1d1ff9f9a018696d7d (patch) | |
tree | fab58aae8dba7e6515d2c1dd54c048b4b48ee6bc /print-rpki-rtr.c | |
parent | 6fe428bcec12779def47758ea857def43e16d3ce (diff) | |
download | tcpdump-df7577985f1c1ff40179bd1d1ff9f9a018696d7d.tar.gz |
Fix some typos
Diffstat (limited to 'print-rpki-rtr.c')
-rw-r--r-- | print-rpki-rtr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-rpki-rtr.c b/print-rpki-rtr.c index 5bb5df7b..6c743479 100644 --- a/print-rpki-rtr.c +++ b/print-rpki-rtr.c @@ -120,7 +120,7 @@ static const struct tok rpki_rtr_error_codes[] = { }; /* - * Build a identation string for a given identation level. + * Build a indentation string for a given indentation level. * XXX this should be really in util.c */ static char * |