summaryrefslogtreecommitdiff
path: root/www/client-howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'www/client-howto.txt')
-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 ==