Permalink
Browse files
unifying: Fix the spelling of 'Receiver'
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
plugins/unifying/lu-device-runtime.c
-
+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