[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH] Fix typo
From: |
Robert Norris |
Subject: |
[gpsd-dev] [PATCH] Fix typo |
Date: |
Mon, 26 Sep 2016 22:11:51 +0000 |
---
libgps.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libgps.xml b/libgps.xml
index 0b3078a..0d18ece 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>
--
2.9.3
- [gpsd-dev] [PATCH] Fix typo,
Robert Norris <=