diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-03-12 00:52:49 +0000 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-03-12 00:52:49 +0000 |
commit | e95336d106c9678433147307f80abe8810ae59bd (patch) | |
tree | fa451fa7ccc49526d238f0ed59a6d11875d11a62 /src/mm-plugin.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) | |
parent | 68933455df82b2259c1a091232ded3334c87c551 (diff) |
Merge request !1316 from 'typos'
treewide: Fix typos
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1316
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)) && |