From dd8f4ab6c914321e901d0615084cbc7341dad654 Mon Sep 17 00:00:00 2001 From: TotalCaesar659 Date: Wed, 19 Jun 2019 17:06:30 +0300 Subject: Fix typo --- modules/devices/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/devices/storage.c b/modules/devices/storage.c index cb2cc590..40910699 100644 --- a/modules/devices/storage.c +++ b/modules/devices/storage.c @@ -89,7 +89,7 @@ gboolean __scan_udisks2_devices(void) { features = h_strdup_cprintf(", %s", features, _("Smart monitoring")); } if (disk->pm_supported) { - features = h_strdup_cprintf(", %s", features, _("Power Managment")); + features = h_strdup_cprintf(", %s", features, _("Power Management")); } if (disk->apm_supported) { features = h_strdup_cprintf(", %s", features, _("Advanced Power Management")); -- cgit v1.2.3