Skip to content

Commit c92d6f9

Browse files
committed
CI: fix spellcheck errors
1 parent 3a914f2 commit c92d6f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
check-filenames =
33
builtin = clear,rare,usage,informal
44
skip = */.git,*/cmake-build-*,*/.idea,*/completions,*/presets,*/screenshots,*/tests,*/3rdparty,*/logo/ascii
5-
ignore-words-list = iterm,compiletime,unknwn,pengwin,siduction,master,slave,sur,doas,conexant
5+
ignore-words-list = iterm,compiletime,unknwn,pengwin,siduction,master,slave,sur,doas,conexant,ags

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bugfixes:
88
Changes:
99
* We now print `"` instead of `` when displaying diagonal length in inches, so that the character can be correctly displayed in Linux console (Display)
1010
* All detection code of `monitor` module is merged into `display` module. Now `monitor` just prints the same information as `display` with different format. Notably:
11-
* The resolution reported by `monitor` module is now current resolution instead of native / maximum resolution. PPI is calcuated based on current resolution too.
11+
* The resolution reported by `monitor` module is now current resolution instead of native / maximum resolution. PPI is calculated based on current resolution too.
1212
* The refresh rate reported by `monitor` module is the current refresh rate.
1313

1414
Features:
@@ -24,7 +24,7 @@ Bugfixes:
2424
* Remove trailing newline in GPU name for Raspberry pi (#1303, GPU, Linux)
2525
* Fix a possible buffer overflow (GPU, Linux)
2626
* Fix CPU temp incorrectly reported as 0 celsius (#1308, CPU, Linux)
27-
* Corrently report `TPM device is not found` error (#1314, TPM, Windows)
27+
* Correctly report `TPM device is not found` error (#1314, TPM, Windows)
2828
* Fix errors when triggering shell completion with python3 uninstalled (#1310)
2929
* To package managers: as shell completion scripts of fastfetch use python3, it should be added as an optional dependency of fastfetch
3030
* Fix possible crashes when detecting term font of kitty (#1321, TerminalFont, Linux)

0 commit comments

Comments
 (0)