treewide: Correct typos

This commit is contained in:
Torstein Husebø
2020-08-18 17:36:16 +02:00
parent d6ca8ff2b0
commit ee928db5b2
5 changed files with 5 additions and 5 deletions

View File

@@ -760,7 +760,7 @@ fp_device_task_return_in_idle_cb (gpointer user_data)
g_task_return_error (task, fpi_device_error_new (FP_DEVICE_ERROR_REMOVED));
/* NOTE: The removed signal will be emitted from the GTask
* notify::completed if that is neccessary. */
* notify::completed if that is necessary. */
return G_SOURCE_REMOVE;
}