Skip to content

Commit f09ed11

Browse files
kianmengrjarry
authored andcommitted
Fix typos, Optionnal -> Optional
Found via `codespell -H`
1 parent 52da1c4 commit f09ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyang/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def schema_diff(
2323
:arg ctx_new:
2424
The second context.
2525
:arg exclude_node_cb:
26-
Optionnal user callback that will be called with each node that is found in each
26+
Optional user callback that will be called with each node that is found in each
2727
context. If the callback returns a "trueish" value, the node will be excluded
2828
from the diff (as well as all its children).
2929
:arg use_data_path:

0 commit comments

Comments
 (0)