diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:13:24 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 10:39:51 +0000 |
commit | 835d7774e78df95d0c59243b6c1b8ed1b51b2311 (patch) | |
tree | 7cf5afe1fcf82999551a8a9911bcc4fa33493b9d /vcl/source/window/accel.cxx | |
parent | f45ac62a20b80033a7f5ccdef4a6c116b6fece24 (diff) |
Fix typos
Change-Id: I2cf36eb80068adcf57238a286f09bdc96b4e01f8
Reviewed-on: https://gerrit.libreoffice.org/18994
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/accel.cxx')
-rw-r--r-- | vcl/source/window/accel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/accel.cxx b/vcl/source/window/accel.cxx index 75ea7bc7b731..a8ce0a4ecfc5 100644 --- a/vcl/source/window/accel.cxx +++ b/vcl/source/window/accel.cxx @@ -56,7 +56,7 @@ sal_uInt16 ImplAccelEntryGetIndex( ImplAccelList* pList, sal_uInt16 nId, return ACCELENTRY_NOTFOUND; } - // Binairy search + // Binary search nLow = 0; nHigh = nCount-1; do |