diff options
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r-- | src/mm-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c index 63ff8853..32605b89 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -855,7 +855,7 @@ mm_plugin_supports_port (MMPlugin *self, } /* If a modem is already available and the plugin says that only one AT port is - * expected, check if we alredy got the single AT port. And if so, we know this + * expected, check if we already got the single AT port. And if so, we know this * port being probed won't be AT. */ if (self->priv->single_at && mm_port_probe_list_has_at_port (mm_device_peek_port_probe_list (device)) && |