summaryrefslogtreecommitdiffstats
path: root/sys-utils/rfkill.c
diff options
context:
space:
mode:
authorSami Kerola2017-10-16 20:15:44 +0200
committerKarel Zak2017-10-17 10:15:21 +0200
commit9e33cddd948958f07d4c9aa9f019f1c785c7b030 (patch)
tree4ff7c02e6b6a94170d2654724a34ce1f6a35469e /sys-utils/rfkill.c
parentblkid: improve man page wording (diff)
downloadkernel-qcow2-util-linux-9e33cddd948958f07d4c9aa9f019f1c785c7b030.tar.gz
kernel-qcow2-util-linux-9e33cddd948958f07d4c9aa9f019f1c785c7b030.tar.xz
kernel-qcow2-util-linux-9e33cddd948958f07d4c9aa9f019f1c785c7b030.zip
rfkill: fix description name typo
Commit 7d2a9960ad made gps to look like a GUID Partition Table. Reviewed-by: Karel Zak <kzak@redhat.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/rfkill.c')
-rw-r--r--sys-utils/rfkill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/rfkill.c b/sys-utils/rfkill.c
index 6fa03c403..c9559ef48 100644
--- a/sys-utils/rfkill.c
+++ b/sys-utils/rfkill.c
@@ -63,7 +63,7 @@ static const struct rfkill_type_str rfkill_type_strings[] = {
{ .type = RFKILL_TYPE_UWB, .name = "ultrawideband" }, /* alias */
{ .type = RFKILL_TYPE_WIMAX, .name = "wimax", .desc = "WiMAX" },
{ .type = RFKILL_TYPE_WWAN, .name = "wwan", .desc = "Wireless WAN" },
- { .type = RFKILL_TYPE_GPS, .name = "gps", .desc = "GPT" },
+ { .type = RFKILL_TYPE_GPS, .name = "gps", .desc = "GPS" },
{ .type = RFKILL_TYPE_FM, .name = "fm", .desc = "FM" },
{ .type = RFKILL_TYPE_NFC, .name = "nfc", .desc = "NFC" },
{ .type = NUM_RFKILL_TYPES, .name = NULL }