diff options
author | Ben Chan <benchan@chromium.org> | 2019-09-04 10:35:52 -0700 |
---|---|---|
committer | Ben Chan <benchan@chromium.org> | 2019-09-04 10:35:52 -0700 |
commit | 65f26b3875c690a544a52efe46d4d571370bba94 (patch) | |
tree | 2c28be90b1208af4ef88c2f1762bd002c6cb5f87 | |
parent | f684c7130a71a2112eac7ee8fe6b952a667279c7 (diff) |
README: fix typo
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ Implementation. 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. @@ -33,4 +33,4 @@ and need to add or change some public method, feel free to suggest it! License. The ModemManager and mmcli binaries are both GPLv2+. -The libmm-glib library is LGPLv2+.
\ No newline at end of file +The libmm-glib library is LGPLv2+. |