Lib: SMF: Fix typo in documentation
Fixes a typo found by @bryceschober Spell-checked the rest of the document and found no issues. Signed-off-by: Glenn Andrews <glenn.andrews.42@gmail.com>
This commit is contained in:
parent
893f505477
commit
aeea1d10de
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ a state machine for testing initial transitions and :c:func:`smf_set_handled`.
|
|||
The statechart for this test is below.
|
||||
|
||||
.. graphviz::
|
||||
:caption: Test state machine for initial trnasitions and ``smf_set_handled``
|
||||
:caption: Test state machine for initial transitions and ``smf_set_handled``
|
||||
|
||||
digraph smf_hierarchical_initial {
|
||||
compound=true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue