Skip to content

Commit 21c0d36

Browse files
committed
xpath BUGFIX typo
1 parent 1512332 commit 21c0d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3917,7 +3917,7 @@ xpath_not(struct lyxp_set **args, uint16_t UNUSED(arg_count), struct lyd_node *c
39173917
}
39183918

39193919
/**
3920-
* @brief Execute the XPath bumber(object?) function. Returns LYXP_SET_NUMBER
3920+
* @brief Execute the XPath number(object?) function. Returns LYXP_SET_NUMBER
39213921
* with the number representation of either the argument or the context.
39223922
*
39233923
* @param[in] args Array of arguments.

0 commit comments

Comments
 (0)