summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-22 15:31:57 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-30 00:36:05 +0200
commit89f01477245bda732b48205df4b2045034253c31 (patch)
tree2c82c50fa67738281bba37e23535d535fee73a84 /sfx2
parentae412b486e02aa5890769bebcfc46e485a72103c (diff)
Fix typos
Change-Id: Ic3eadd695a11d4afdefa5ed4192faa47779e84f8 Reviewed-on: https://gerrit.libreoffice.org/54055 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/bitset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx
index d0b5ddaeaf57..495909f8f14b 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -43,7 +43,7 @@ IndexBitSet& IndexBitSet::operator-=(sal_uInt16 nBit)
return *this;
}
-// unites with a single bit
+// unify with a single bit
IndexBitSet& IndexBitSet::operator|=( sal_uInt16 nBit )
{