diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:56:21 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:56:21 -0500 |
| commit | dfd4f44ffc954a89c63f497427762d7938a57754 (patch) | |
| tree | 4cce27585a65ab3f47b37760bab0b5349ff41093 | |
| parent | 11743d10412b5eb3128b9f8a4578fe8396140b94 (diff) | |
yang: Fix spelling mistake
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -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 30f9875a6d..5beda769c1 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"; |
