summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 05:15:22 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 05:15:22 -0500
commit63dc3e207be96b86f77225884dfcfacaf8342760 (patch)
treebe89b1482f90226973ec30eed1290520a74626ff /libgps.xml
parent11776aff731256a5d87784caec8db6a29151d115 (diff)
downloadgpsd-63dc3e207be96b86f77225884dfcfacaf8342760.tar.gz
spellchecking in libgps.xml
Diffstat (limited to 'libgps.xml')
-rw-r--r--libgps.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgps.xml b/libgps.xml
index 4770f627..4a3bd22c 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -236,7 +236,7 @@ an eye on the fix and sentence timestamps.</para>
library. <function>gps_open()</function> is replaced by the
initialization of a gps session object; the other calls are methods of
that object, and have the same names as the corresponding C functions.
-However, it is simpler just to use the sessiion object as an iterator,
+However, it is simpler just to use the session object as an iterator,
as in the example given below. Resources within the session object
will be properly released when it is garbage-collected. Note one
limitation: POLL_NONBLOCK is not yet supported in Python; use the