diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:56:21 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:56:21 +0100 |
commit | dfd4f44ffc954a89c63f497427762d7938a57754 (patch) | |
tree | 4cce27585a65ab3f47b37760bab0b5349ff41093 /yang/frr-pathd.yang | |
parent | vtysh: Fix spelling mistakes (diff) | |
download | frr-dfd4f44ffc954a89c63f497427762d7938a57754.tar.xz frr-dfd4f44ffc954a89c63f497427762d7938a57754.zip |
yang: Fix spelling mistake
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to '')
-rw-r--r-- | yang/frr-pathd.yang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yang/frr-pathd.yang b/yang/frr-pathd.yang index 30f9875a6..5beda769c 100644 --- a/yang/frr-pathd.yang +++ b/yang/frr-pathd.yang @@ -414,7 +414,7 @@ module frr-pathd { container objective-function { presence "If the candidate has an objective function constraint"; description - "Define objective function constraint as a list of prefered functions"; + "Define objective function constraint as a list of preferred functions"; leaf required { type boolean; default "true"; |