Fix typos.

This commit is contained in:
Tambet Ingo
2008-07-31 15:45:07 +03:00
parent cf815d3952
commit 135fad9e6d

11
README
View File

@@ -21,12 +21,13 @@ for all cards.
Plugins. Plugins.
Plugins are loaded on startup, and must implement the MMPlugin interface. It Plugins are loaded on startup, and must implement the MMPlugin interface. It
consists of a couple of methods to which tell the daemon whether the plugin consists of a couple of methods which tell the daemon whether the plugin
supports a HAL UDI and to create custom MMModem implementations. It most likely supports a HAL UDI and to create custom MMModem implementations. It most likely
makes sense to derive custom modem implementations to one of the generic classes makes sense to derive custom modem implementations from one of the generic
and just add (or override) operations which are not standard. There's a fully classes and just add (or override) operations which are not standard. There's a
working plugin in the plugins/ directory for Huawei cards that can be used as fully working plugin in the plugins/ directory for Huawei cards that can be
an example for writing new plugins. Writing new plugins is highly encouraged! used as an example for writing new plugins. Writing new plugins is highly
encouraged!
API. API.
The API is open for changes, so if you're writing a plugin and need to add or The API is open for changes, so if you're writing a plugin and need to add or