Skip to content

Commit

Permalink
tests: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jktjkt authored and michalvasko committed May 7, 2024
1 parent ee3539a commit 603b68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utests/utests.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ struct utest_context {
}

/**
* @brief Check if lyd_node and his subnodes have correct values. Print lyd_node and his sunodes int o string in json or xml format.
* @brief Check if lyd_node and his subnodes have correct values. Print lyd_node and his subnodes into a string in json or xml format.
* @param[in] NODE pointer to lyd_node
* @param[in] TEXT expected output string in json or xml format.
* @param[in] FORMAT format of input text. LYD_JSON, LYD_XML
Expand Down

0 comments on commit 603b68d

Please sign in to comment.