aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-03-11 22:47:35 +0100
committerGuido Günther <agx@sigxcpu.org>2025-03-11 23:15:57 +0100
commit68933455df82b2259c1a091232ded3334c87c551 (patch)
treefa451fa7ccc49526d238f0ed59a6d11875d11a62 /docs
parenta19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff)
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/mmcli.12
-rw-r--r--docs/reference/api/ModemManager-overview.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/mmcli.1 b/docs/man/mmcli.1
index adb0f1b5..99a8fd4f 100644
--- a/docs/man/mmcli.1
+++ b/docs/man/mmcli.1
@@ -478,7 +478,7 @@ detects it.
.TP
.B \-\-location\-set\-supl\-server=[IP:PORT] or \-\-location\-set\-supl\-server=[FQDN:PORT]
Configure the location of the A\-GPS SUPL server, either specifying the IP
-address (\fBIP:PORT\fR) or specifyng a fully qualified domain name
+address (\fBIP:PORT\fR) or specifying a fully qualified domain name
(\fB[FQDN:PORT]\fR).
.TP
.B \-\-location\-inject\-assistance\-data=[PATH]
diff --git a/docs/reference/api/ModemManager-overview.xml b/docs/reference/api/ModemManager-overview.xml
index 12e1adc8..2988a435 100644
--- a/docs/reference/api/ModemManager-overview.xml
+++ b/docs/reference/api/ModemManager-overview.xml
@@ -29,7 +29,7 @@
ModemManager is a DBus system bus activated service (meaning it's started
automatically when a request arrives). It is written in C, using glib and gio.
Several GInterfaces specify different features that the modems support,
- including the generic MMIfaceModem3gpp and MMIfaceModemCdma which provice basic
+ including the generic MMIfaceModem3gpp and MMIfaceModemCdma which provide basic
operations for 3GPP (GSM, UMTS, LTE) or CDMA (CDMA1x, EV-DO) modems. If a given
feature is not available in the modem, the specific interface will not be
exported in DBus.
@@ -63,7 +63,7 @@
marked with the <emphasis>ID_MM_CANDIDATE</emphasis> tag in udev.
</para>
<para>
- Aditionally, users of RS232-based devices may need to request additional manual
+ Additionally, users of RS232-based devices may need to request additional manual
scans via DBus, in order to detect modems that may have been connected to
RS232 to USB adapters. In this case, udev just knows about the USB adapter being
connected, not about the RS232 modem connected to the adapter, if any.