summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-08-15 13:30:55 -0700
committerGary E. Miller <gem@rellim.com>2017-08-15 13:31:23 -0700
commit2e7249635b0d3644bab1e2d04ad83ce56b026073 (patch)
treede81b2cc33a0fdc2636b4069bb17732604292db8 /www
parent22a020ec1c2bc85eff681ecacc6d2bb79fdddc9c (diff)
downloadgpsd-2e7249635b0d3644bab1e2d04ad83ce56b026073.tar.gz
client-howto: fix typo in filename.
Diffstat (limited to 'www')
-rw-r--r--www/client-howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/client-howto.txt b/www/client-howto.txt
index de93a961..96890035 100644
--- a/www/client-howto.txt
+++ b/www/client-howto.txt
@@ -542,7 +542,7 @@ Note the absence of explicit open and close methods. The object
interface is designed on the RAII (Resource Acquisition Is
Initialization) model; you close it by deallocating it.
-Look at test_libgpsmm.cpp in the distribution for a full example.
+Look at test_gpsmm.cpp in the distribution for a full example.
== Python examples ==