trivial: Codespell fixes

This commit is contained in:
Richard Hughes 2021-04-24 08:52:41 +01:00
parent 4fe318bd54
commit 1ac05ef3bd
2 changed files with 2 additions and 2 deletions

View File

@ -3316,7 +3316,7 @@ fu_battery_state_to_string (FuBatteryState battery_state)
* This function will always return the same pointer for a given #GBytes.
*
* If the size of @bytes is zero, then %NULL is returned and the @error is set,
* which differs in behaviour to that of g_bytes_get_data().
* which differs in behavior to that of g_bytes_get_data().
*
* This may be useful when calling g_mapped_file_new() on a zero-length file.
*

View File

@ -12,7 +12,7 @@ If you don't want or need this functionality you can use the
`-Dplugin_uefi_capsule=false` option.
When this plugin is enabled, the companion UEFI binary may also be built from the [fwupd-efi](https://github.com/fwupd/fwupd-efi) project if not already present on the filesystem.
This behavior can be overriden using the meson option `-Defi_binary=false`.
This behavior can be overridden using the meson option `-Defi_binary=false`.
For this companion binary to work with secure boot, it will need to be signed by an authority trusted with shim and/or the host environment.