mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 05:17:31 +00:00
trivial: Update all fixes using codespell
This commit is contained in:
parent
00e8aaefc6
commit
b9da5362a0
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user