Skip to content

Commit

Permalink
Fix typos, Optionnal -> Optional
Browse files Browse the repository at this point in the history
Found via `codespell -H`
  • Loading branch information
kianmeng authored and rjarry committed Feb 28, 2024
1 parent 52da1c4 commit f09ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyang/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def schema_diff(
:arg ctx_new:
The second context.
:arg exclude_node_cb:
Optionnal user callback that will be called with each node that is found in each
Optional user callback that will be called with each node that is found in each
context. If the callback returns a "trueish" value, the node will be excluded
from the diff (as well as all its children).
:arg use_data_path:
Expand Down

0 comments on commit f09ed11

Please sign in to comment.