summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-07-07 11:52:33 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-07-08 22:21:38 +0200
commitebe3a4b1d7eed5439c125c088b1fb4df438e8614 (patch)
tree50b85a6bc7ae66f820a34dbc455d86d08e6c1bd3 /vcl
parent253d4c15e73b0a22320dbebb4bdf17f8fdb03649 (diff)
Fix typo
Change-Id: I2a5a231d7e58c3a84651c70cdf561c81b56a651a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98250 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 1cba75f751e2..1b94d454ba82 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -12396,7 +12396,7 @@ private:
GtkTextBuffer* m_pTextBuffer;
GtkAdjustment* m_pVAdjustment;
int m_nMaxTextLength;
- gulong m_nChangedSignalId; // we don't disable/enable this one, its to implement max-length
+ gulong m_nChangedSignalId; // we don't disable/enable this one, it's to implement max-length
gulong m_nInsertTextSignalId;
gulong m_nCursorPosSignalId;
gulong m_nVAdjustChangedSignalId;