diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-21 09:17:27 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-21 11:25:42 +0100 |
commit | 2eff4b5945144d8ed74c17c0a688d1c50fd0ae33 (patch) | |
tree | 119abad422a738ee71f153ee5bda89e880d4cf7b /libreofficekit/source/gtk | |
parent | 02ea9bc36ab47d68940da55f5012677dfaf0a8b8 (diff) |
Fix typos
Change-Id: I5c6e252072089a06f0be4292d51aed020cbc67fe
Reviewed-on: https://gerrit.libreoffice.org/46888
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'libreofficekit/source/gtk')
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index f2609149de06..ea9047fb3101 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -3254,7 +3254,7 @@ static void lok_doc_view_class_init (LOKDocViewClass* pClass) * - "invalidate" - the area as described by "rectangle" is invalidated * Clients must request the new area * - "cursor_invalidate" - cursor is invalidated. New position is in "rectangle" - * - "cursor_visible" - cursor visible status is changed. Status is availabe + * - "cursor_visible" - cursor visible status is changed. Status is available * in "visible" field * - "close" - window is closed */ |