summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-08-05 10:28:20 +0200
committerEric Anholt <eric@anholt.net>2013-08-06 12:30:20 +0200
commit7ab84561aba408e68a16f152e213f19000ecc37e (patch)
tree8485071c80b61df3da041b259f6da27a2ae2fccd
parentace15af45341b3f2c6460f6165fa68b77b58eddf (diff)
Fix a sentence fragment and typo in the development tutorial.
-rw-r--r--docs/gypsy-tutorial.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gypsy-tutorial.html b/docs/gypsy-tutorial.html
index 5ab1816..91c716c 100644
--- a/docs/gypsy-tutorial.html
+++ b/docs/gypsy-tutorial.html
@@ -117,7 +117,7 @@ The simple GPS program now looks like this
</p>
<p>
-Gypsy now knows what GPS is should be listening to, but the program needs to start listening as well. Remember that programs using Gypsy only get woken up when the signals that they have expressed an interest in. Creating objects is the way to show D-Bus which signals the program is interested in. Currently the objects that exist are
+Gypsy now knows what GPS it should be listening to, but the program needs to start listening as well. Remember that programs using Gypsy only get woken up when the signals that they have expressed an interest in are triggered. Creating objects is the way to show D-Bus which signals the program is interested in. Currently the objects that exist are:
<ul>
<li><a href="reference/html/GypsyPosition.html">GypsyPosition</a> - for getting location information</li>
<li><a href="reference/html/GypsyCourse.html">GypsyCourse</a> - for getting course information</li>