From 74859b3a689d944850eadbcc85c0066aa64efd70 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Apr 2017 12:05:00 +0200 Subject: Fix typos to complete commit b35552f39503 Change-Id: I2a10f9989e682dfc88f3b1d5864bfce1637933ab Reviewed-on: https://gerrit.libreoffice.org/36359 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- vcl/source/control/edit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/control/edit.cxx') diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index 7039dd14f578..77e01f8a5462 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -1124,7 +1124,7 @@ void Edit::ImplShowCursor( bool bOnlyIfVisible ) else { mnXOffset = (aOutSize.Width()-ImplGetExtraXOffset()) - nTextPos; - // Somthing more? + // Something more? if ( (aOutSize.Width()-ImplGetExtraXOffset()) < nTextPos ) { long nMaxNegX = (aOutSize.Width()-ImplGetExtraXOffset()) - GetTextWidth( aText ); -- cgit