summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-26 17:22:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-26 21:05:22 +0200
commit2f066d6aabbc2a3f78416e4fd66e252b7379fb72 (patch)
tree606778ef051d81179a5712ef0e7b6da339dd832b /vcl
parent3b27fa90814aecffe35e6b2214894c783c5d10a1 (diff)
Fix typos
Change-Id: I9aaefa47399f35d563c1a4df364512dd29db41ce Reviewed-on: https://gerrit.libreoffice.org/42817 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/README.scheduler2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README.scheduler b/vcl/README.scheduler
index 77917daedfb6..7e0d6ca8b467 100644
--- a/vcl/README.scheduler
+++ b/vcl/README.scheduler
@@ -276,5 +276,5 @@ priority idle in the event loop.
A few layers of indirection make this code hard to follow. The SalXLib::Yield
and SalX11Display::Yield architecture makes it impossible to process just the
-current events. This really needs a refactorung and rearchitecture step, which
+current events. This really needs a refactoring and rearchitecture step, which
will also affect the Gtk+ and KDE4 backend for the user event handling.