From 84af686adb8775472204c3d42d29e8120bcd141f Mon Sep 17 00:00:00 2001 From: William Lahti Date: Tue, 27 Apr 2004 23:31:08 +0000 Subject: [PATCH] Fixed typo. --- documentation/ole.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ole.sgml b/documentation/ole.sgml index 16e72415354..5af0902929d 100644 --- a/documentation/ole.sgml +++ b/documentation/ole.sgml @@ -45,7 +45,7 @@ Unfortunately the layout of the virtual table is compiler specific, the layout of g++ virtual tables is not the same as that of an egcs virtual table which is not the same as - that generated by Visual C+. There are work arounds to make + that generated by Visual C++. There are work arounds to make the virtual tables compatible via padding but unfortunately the one which is imposed to the Wine emulator by the Windows binaries, i.e. the Visual C++ one, is the most compact of