aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTambet Ingo <tambet@gmail.com>2008-07-31 15:45:07 +0300
committerTambet Ingo <tambet@gmail.com>2008-07-31 15:45:07 +0300
commit135fad9e6ddbdd3819ae9332cc6b526eb960a655 (patch)
treebd39f53e327f52a3fbd7e0d8e1bf35db0babc04a /README
parentcf815d39523c2f52a964a074c35b872e97d54468 (diff)
Fix typos.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index b260df4d..15d175d3 100644
--- a/README
+++ b/README
@@ -21,12 +21,13 @@ for all cards.
Plugins.
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
-makes sense to derive custom modem implementations to one of the generic classes
-and just add (or override) operations which are not standard. There's a fully
-working plugin in the plugins/ directory for Huawei cards that can be used as
-an example for writing new plugins. Writing new plugins is highly encouraged!
+makes sense to derive custom modem implementations from one of the generic
+classes and just add (or override) operations which are not standard. There's a
+fully working plugin in the plugins/ directory for Huawei cards that can be
+used as an example for writing new plugins. Writing new plugins is highly
+encouraged!
API.
The API is open for changes, so if you're writing a plugin and need to add or