]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[(no branch, rebasing 1077-sysrepo-1.x-docs)] #1077 typo fixed
authorTomek Mrugalski <tomek@isc.org>
Thu, 22 Jul 2021 13:57:39 +0000 (13:57 +0000)
committerTomek Mrugalski <tomek@isc.org>
Fri, 23 Jul 2021 11:48:56 +0000 (13:48 +0200)
src/lib/yang/yang.dox

index 8a0e6f7642ed08b31a529fd2e9db1f4daff25e44..9881dd79cb025ec6152df75cd7cbe8732b5db2d4 100644 (file)
@@ -45,7 +45,7 @@ the basic / base class and recursively from translators for embedded parts.
 @c isc::yang::TranslatorBasic provides some methods:
  - getItem() retrieves and translates basic value from YANG to JSON
  - getItems() retrieves and translates a leaf-list from YANG to JSON
- - getList() retrieves and translates a list from YANG to JSOIN
+ - getList() retrieves and translates a list from YANG to JSON
  - setItem() translates and sets a basic value from JSON to YANG
  - delItem() deletes a value
  - forAll() iterates over the top node and its descendants and calls a function