Fix speling
authorDavid Zeuthen <davidz@redhat.com>
Thu, 13 Oct 2011 14:53:56 +0000 (10:53 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 13 Oct 2011 14:53:56 +0000 (10:53 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
udisks/udisksutil.c

index ece7426..67b524e 100644 (file)
@@ -469,8 +469,8 @@ const static struct
   {"filesystem", "udf",               NULL,    N_("UDF"),                               N_("UDF")},
   {"other",      "swap",              "*",     N_("Swap (version %s)"),                 N_("Swap")},
   {"other",      "swap",              NULL,    N_("Swap"),                              N_("Swap")},
-  {"raid",       "LVM2_member",       "*",     N_("LVM2 Phyiscal Volume (version %s)"), N_("LVM2 PV")},
-  {"raid",       "LVM2_member",       NULL,    N_("LVM2 Phyiscal Volume"),              N_("LVM2 PV")},
+  {"raid",       "LVM2_member",       "*",     N_("LVM2 Physical Volume (%s)"),         N_("LVM2 PV")},
+  {"raid",       "LVM2_member",       NULL,    N_("LVM2 Physical Volume"),              N_("LVM2 PV")},
   {"raid",       "linux_raid_member", "*",     N_("Software RAID Component (version %s)"), N_("MD Raid")},
   {"raid",       "linux_raid_member", NULL,    N_("Software RAID Component"),           N_("MD Raid")},
   {"raid",       "zfs_member",        "*",     N_("ZFS Device (ZPool version %s)"),     N_("ZFS (v%s)")},