stdio is not a spelling error!
Stephen Hemminger
stephen at networkplumber.org
Thu Jul 30 20:38:46 CEST 2026
Is there a way to get stdio into the allowed dictionary for codespell in CI.
CI reports this (a lot), I fixed it locally by having a revised codespell dict.
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#347: FILE: lib/capture/capture.c:13:
+#include <stdio.h>
^^^^^
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#1610: FILE: lib/capture/filter.c:6:
+#include <stdio.h>
^^^^^
More information about the dev
mailing list