aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-firmware-properties.c
diff options
context:
space:
mode:
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.
*