From 2e7249635b0d3644bab1e2d04ad83ce56b026073 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 15 Aug 2017 13:30:55 -0700 Subject: [PATCH] client-howto: fix typo in filename. --- www/client-howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ==