mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 01:41:56 +00:00
trivial: Update all fixes using codespell
This commit is contained in:
parent
00e8aaefc6
commit
b9da5362a0
@ -1,4 +1,4 @@
|
||||
[codespell]
|
||||
builtin = clear,informal,en-GB_to_en-US
|
||||
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>
|
||||
<p>This release fixes the following bugs:</p>
|
||||
<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 critical warning when parsing an invalid PHAT record</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) {
|
||||
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)) {
|
||||
fn = g_strdup(host_emulate);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user