aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-firmware-properties.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-03-11 22:47:35 +0100
committerGuido Günther <agx@sigxcpu.org>2025-03-11 23:15:57 +0100
commit68933455df82b2259c1a091232ded3334c87c551 (patch)
treefa451fa7ccc49526d238f0ed59a6d11875d11a62 /libmm-glib/mm-firmware-properties.c
parenta19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff)
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'libmm-glib/mm-firmware-properties.c')
-rw-r--r--libmm-glib/mm-firmware-properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-firmware-properties.c b/libmm-glib/mm-firmware-properties.c
index d1edb030..a27b123f 100644
--- a/libmm-glib/mm-firmware-properties.c
+++ b/libmm-glib/mm-firmware-properties.c
@@ -69,7 +69,7 @@ static MMFirmwareProperties *firmware_properties_new_empty (void);
* mm_firmware_properties_get_unique_id:
* @self: A #MMFirmwareProperties.
*
- * Gets the unique ID of the firmare image.
+ * Gets the unique ID of the firmware image.
*
* Returns: (transfer none): The ID of the image. Do not free the returned
* value, it is owned by @self.
@@ -90,7 +90,7 @@ mm_firmware_properties_get_unique_id (MMFirmwareProperties *self)
* mm_firmware_properties_get_image_type:
* @self: A #MMFirmwareProperties.
*
- * Gets the type of the firmare image.
+ * Gets the type of the firmware image.
*
* Returns: A #MMFirmwareImageType specifying The type of the image.
*