From 532273ac29899efe1408950df17e2c13dcd0c690 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 21:00:05 +1100 Subject: [PATCH] fix minor typos in Program-Library-HOWTO.sgml --- LDP/howto/docbook/Program-Library-HOWTO.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/howto/docbook/Program-Library-HOWTO.sgml b/LDP/howto/docbook/Program-Library-HOWTO.sgml index eec30d30..eb77b443 100644 --- a/LDP/howto/docbook/Program-Library-HOWTO.sgml +++ b/LDP/howto/docbook/Program-Library-HOWTO.sgml @@ -781,7 +781,7 @@ Troll Tech's Technical FAQ: 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).