Permalink
Browse files

unifying: Fix the spelling of 'Receiver'

  • Loading branch information...
1 parent 63c6c4c commit 26a52be318b9bb540d88bbb5139e97e1e9b009db @hughsie committed May 23, 2017
Showing with 2 additions and 2 deletions.
  1. +1 −1 plugins/unifying/lu-device-runtime.c
  2. +1 −1 plugins/unifying/lu-device.c
@@ -156,7 +156,7 @@ lu_device_runtime_open (LuDevice *device, GError **error)
lu_device_add_flag (device, LU_DEVICE_FLAG_CAN_FLASH);
/* only the bootloader can do the update */
- lu_device_set_product (device, "Unifying Reciever");
+ lu_device_set_product (device, "Unifying Receiver");
return TRUE;
}
@@ -788,7 +788,7 @@ lu_device_poll (LuDevice *device, GError **error)
return FALSE;
}
- /* unifying reciever notification */
+ /* unifying receiver notification */
if (msg->report_id == HIDPP_REPORT_ID_SHORT) {
switch (msg->sub_id) {
case HIDPP_SUBID_DEVICE_CONNECTION:

0 comments on commit 26a52be

Please sign in to comment.