summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
authorRobert Norris <rw_norris@hotmail.com>2016-09-26 22:11:51 +0000
committerGary E. Miller <gem@rellim.com>2016-09-26 19:42:04 -0700
commit7487efe889f90b1f9ef80b0e4a30801c59ca2731 (patch)
tree1e85bea5e5c018cc95078fb6951e41546fe1d28c /libgps.xml
parent0baf3bb6f0db88d07838360b7955751498c65664 (diff)
downloadgpsd-7487efe889f90b1f9ef80b0e4a30801c59ca2731.tar.gz
Fix typo
Signed-off-by: Gary E. Miller <gem@rellim.com>
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 0b3078a3..0d18ece8 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -162,7 +162,7 @@ call, and zeros <varname>errno</varname> on entry; you can test
<varname>errno</varname> after exit to get more information about
error conditions. Warning: under the shared-memory interface there is
a tiny race window between <function>gps_waiting()</function> and a
-following <function>gps_read()</function>; in that context, beause the
+following <function>gps_read()</function>; in that context, because the
latter does not block, it is probably better to write a simple read
loop.</para>