diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-24 20:16:44 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-25 09:52:12 +0100 |
commit | 90b89bb9f4d055bc5713b733503e7d39c54ca55f (patch) | |
tree | b01673e24038a1dd8e7e24be79cec049e344a809 /src/mm-plugin-manager.c | |
parent | 223b754fccba28dbb3ce950058a81bd133c8ce86 (diff) |
*: Spelling fixes
Diffstat (limited to 'src/mm-plugin-manager.c')
-rw-r--r-- | src/mm-plugin-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c index a6c8336a..2123bded 100644 --- a/src/mm-plugin-manager.c +++ b/src/mm-plugin-manager.c @@ -637,7 +637,7 @@ port_context_run (MMPluginManager *self, * cancellation error, regardless of what the standard logic does. */ port_context->cancellable = g_cancellable_new (); - /* Create a inner task for the port context. The result we expect is the + /* Create an inner task for the port context. The result we expect is the * best plugin found for the port. */ port_context->task = g_task_new (self, port_context->cancellable, callback, user_data); @@ -1308,7 +1308,7 @@ device_context_run (MMPluginManager *self, * cancellation error, regardless of what the standard logic does. */ device_context->cancellable = g_cancellable_new (); - /* Create a inner task for the device context. We'll complete this task when + /* Create an inner task for the device context. We'll complete this task when * the last port has been probed. */ device_context->task = g_task_new (self, device_context->cancellable, callback, user_data); } |