Skip to content

Commit

Permalink
client-howto: fix typo in filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyemiller committed Aug 15, 2017
1 parent 22a020e commit 2e72496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/client-howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==

Expand Down

0 comments on commit 2e72496

Please sign in to comment.