fixed spellcheck/lint issues on running make in ./scripts/ (#1134)

pull/1138/head
Dipl.-Ing. Raoul Rubien, BSc 8 years ago committed by Andrew Pardoe
parent 25d9d12e15
commit 888067d6ff

@ -20207,7 +20207,7 @@ Minimize unintentional conversions.
##### Example, good ##### Example, good
void print(int i); void print(int i);
void print(string_view); // also works on any stringlike sequence void print(string_view); // also works on any string-like sequence
print(1); // clear, automatic type matching print(1); // clear, automatic type matching
print("xyzzy"); // clear, automatic type matching print("xyzzy"); // clear, automatic type matching

@ -24073,6 +24073,7 @@ clutter/GSD
cluttered/U cluttered/U
cm cm
cnidarian/MS cnidarian/MS
cnt
co/DES co/DES
coach/MSRDG coach/MSRDG
coacher/M coacher/M

Loading…
Cancel
Save