trivial: Update all fixes using codespell

This commit is contained in:
Richard Hughes 2023-01-30 13:35:27 +00:00
parent 00e8aaefc6
commit b9da5362a0
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[codespell] [codespell]
builtin = clear,informal,en-GB_to_en-US builtin = clear,informal,en-GB_to_en-US
skip = *.po,*.csv,*.svg,*.p7c,subprojects,.git,pcrs,build*,.ossfuzz,*/tests/* skip = *.po,*.csv,*.svg,*.p7c,subprojects,.git,pcrs,build*,.ossfuzz,*/tests/*
ignore-words-list = conexant,Conexant,gir,GIR,hsi,HSI,cancelled,Cancelled,te,mitre,distroname ignore-words-list = conexant,Conexant,gir,GIR,hsi,HSI,cancelled,Cancelled,te,mitre,distroname,wel

View File

@ -290,7 +290,7 @@
</ul> </ul>
<p>This release fixes the following bugs:</p> <p>This release fixes the following bugs:</p>
<ul> <ul>
<li>Do not use CoD even when advertized on non-aarch64 platforms</li> <li>Do not use CoD even when advertised on non-aarch64 platforms</li>
<li>Fix a crash when updating the Logitech Bolt radio device</li> <li>Fix a crash when updating the Logitech Bolt radio device</li>
<li>Fix a critical warning when parsing an invalid PHAT record</li> <li>Fix a critical warning when parsing an invalid PHAT record</li>
<li>Fix a critical warning when parsing invalid FDT firmware</li> <li>Fix a critical warning when parsing invalid FDT firmware</li>

View File

@ -8100,7 +8100,7 @@ fu_engine_load(FuEngine *self, FuEngineLoadFlags flags, FuProgress *progress, GE
if (host_emulate != NULL) { if (host_emulate != NULL) {
g_autofree gchar *fn = NULL; g_autofree gchar *fn = NULL;
/* did the user specify an absolue path */ /* did the user specify an absolute path */
if (g_file_test(host_emulate, G_FILE_TEST_EXISTS)) { if (g_file_test(host_emulate, G_FILE_TEST_EXISTS)) {
fn = g_strdup(host_emulate); fn = g_strdup(host_emulate);
} else { } else {