diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:31:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 13:03:21 +0000 |
commit | 4c45268adf61a460e6c89f4536fd0ec37775676d (patch) | |
tree | e655030e4f8a42bf20851d17c99697d92d173169 /vcl/README | |
parent | f7eb8ae9d9cce3e493105da98cc4ace9c56a3062 (diff) |
Fix typos
Change-Id: I623135cd4c76dd6569f4ee521f97dee41de4cb1e
Reviewed-on: https://gerrit.libreoffice.org/35660
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/README')
-rw-r--r-- | vcl/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README b/vcl/README index c7c1f9e079ad..2bf842087541 100644 --- a/vcl/README +++ b/vcl/README @@ -59,7 +59,7 @@ How the platform abstraction works API for platform backends + It is a factory for: SalFrames, SalVirtualDevices, SalPrinters, - Timers, the SolarMutexe, Drag&Drop and other + Timers, the SolarMutex, Drag&Drop and other objects, as well as the primary event loop wrapper. Note: references to "SV" in the code mean StarView, which was a |