fix minor typos in Program-Library-HOWTO.sgml

This commit is contained in:
Jason Leschnik 2016-10-24 21:00:05 +11:00
parent 509bef30f1
commit 532273ac29
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ Troll Tech's Technical FAQ</ulink>:
<orderedlist>
<listitem><para>
add reimplementations of virtual functions
(unless it it safe for older binaries to call the original implementation),
(unless it is safe for older binaries to call the original implementation),
because the compiler evaluates SuperClass::virtualFunction() calls
at compile-time (not link-time).
</para></listitem>