summaryrefslogtreecommitdiff
path: root/vcl/README
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-03 22:06:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-03 22:07:23 +0100
commit2b347972fcd8317ab7596e59136e9879dda0b369 (patch)
treeb2ac120ecb0cc7502517a039e59bd5deadeb5a10 /vcl/README
parent08ce45c94fcf3d5d0e937fb01e90f16ef4d9c88f (diff)
Typos
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
Diffstat (limited to 'vcl/README')
-rw-r--r--vcl/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README b/vcl/README
index 04a8e4ad1629..94367de8fbcf 100644
--- a/vcl/README
+++ b/vcl/README
@@ -55,7 +55,7 @@ unx/
How the platform abstraction works
+ InitVCL calls 'CreateSalInstance'
- + ths is implemented by the compiled-in platform backend
+ + this is implemented by the compiled-in platform backend
+ it stores various bits of global state in the
'SalData' (inc/saldatabasic.hxx) structure but:
+ the SalInstance vtable is the primary outward facing gateway