fix minor typos in C++-dlopen.xml

This commit is contained in:
Jason Leschnik 2016-10-24 20:25:46 +11:00
parent 672e3db146
commit 6c9e5d9fcc
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ extern "C" void bar();
<para>To use the class from the module, load the two factory
functions using <function>dlsym</function> just <link
linkend="loadingfunctions">as we loaded the the hello
linkend="loadingfunctions">as we loaded the hello
function</link>; then, we can create and destroy as many
instances as we wish.</para>