trivial: colorhug: fix a typo

This commit is contained in:
Mario Limonciello 2018-06-29 11:20:17 -05:00
parent f0eee65f01
commit 097b5ac996

View File

@ -127,7 +127,7 @@ fu_colorhug_device_msg (FuColorhugDevice *self, guint8 cmd,
g_set_error (error, g_set_error (error,
FWUPD_ERROR, FWUPD_ERROR,
FWUPD_ERROR_INTERNAL, FWUPD_ERROR_INTERNAL,
"request not all recieved, got %" G_GSIZE_FORMAT, "request not all received, got %" G_GSIZE_FORMAT,
actual_length); actual_length);
return FALSE; return FALSE;
} }