scripts/: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Michael Tokarev 2023-07-14 14:33:18 +03:00
parent a1a62ced51
commit d30b5bc95a
9 changed files with 12 additions and 12 deletions

View file

@ -142,7 +142,7 @@ class FullStructTypedefMatch(TypedefMatch):
return name
def strip_typedef(self) -> Patch:
"""generate patch that will strip typedef from the struct declartion
"""generate patch that will strip typedef from the struct declaration
The caller is responsible for readding the typedef somewhere else.
"""