diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-02-23 15:49:07 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-02-23 15:57:29 +0100 |
| commit | e13477f236bf8a7ea5022ef9c3ce714fea0a3670 (patch) | |
| tree | f51621a74afb770e78afcb8f1cb0fb9fea0cd6b8 | |
| parent | dcd6a07dccbde8826bcbfc00b9b22269cb551ddc (diff) | |
Fix spelling in comment
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 2cd1a29..aa27967 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -5974,7 +5974,7 @@ def _flatten(node): # children appear after them instead. This gives a clean menu structure # with no unexpected "jumps" in the indentation. # - # Do not flatten promptless choices (which can appear "legitimitely" if a + # Do not flatten promptless choices (which can appear "legitimately" if a # named choice is defined in multiple locations to add on symbols). It # looks confusing, and the menuconfig already shows all choice symbols if # you enter the choice at some location with a prompt. |
