diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-09 23:44:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-09 23:44:34 +0100 |
commit | af35e637220abd5be906d73a6481631bca48d16a (patch) | |
tree | bd8abc4f1046063f2c50baadc6c2036f3bed2489 /vcl/source/control/edit.cxx | |
parent | df62a2c81bef2bcd96a5f14802e41815f0bdc2da (diff) |
Typo: enventually=>eventually
Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e
Diffstat (limited to 'vcl/source/control/edit.cxx')
-rw-r--r-- | vcl/source/control/edit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index e5a497c36f1f..76775af1df76 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -2014,7 +2014,7 @@ void Edit::Command( const CommandEvent& rCEvt ) Point aPos = rCEvt.GetMousePosPixel(); if ( !rCEvt.IsMouseEvent() ) { - // Show menu enventually centered in selection + // Show menu eventually centered in selection Size aSize = GetOutputSizePixel(); aPos = Point( aSize.Width()/2, aSize.Height()/2 ); } |