diff options
author | Yamato Sugawara <yamato.sugawara@linecorp.com> | 2021-12-19 12:25:15 +0100 |
---|---|---|
committer | Yamato Sugawara <yamato.sugawara@linecorp.com> | 2021-12-19 12:25:15 +0100 |
commit | 1e519577ab2d9fe29ead72ef08e97d80e7ca45b2 (patch) | |
tree | 89d13825b12865d9b0921d29ea176a34ac8de3fa /pathd | |
parent | Merge pull request #10213 from idryzhov/isis-adj-uaf (diff) | |
download | frr-1e519577ab2d9fe29ead72ef08e97d80e7ca45b2.tar.xz frr-1e519577ab2d9fe29ead72ef08e97d80e7ca45b2.zip |
pathd: fix typo in pathd/path_ted.c
Signed-off-by: Yamato Sugawara <yamato.sugawara@linecorp.com>
Diffstat (limited to 'pathd')
-rw-r--r-- | pathd/path_ted.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_ted.c b/pathd/path_ted.c index 6bfca5045..ff9bc82f3 100644 --- a/pathd/path_ted.c +++ b/pathd/path_ted.c @@ -447,7 +447,7 @@ DEFUN (no_path_ted_import, } /* clang-format off */ -DEFPY (show_pahtd_ted_db, +DEFPY (show_pathd_ted_db, show_pathd_ted_db_cmd, "show pathd ted database <verbose|json>$ver_json ", "show command\n" |