summaryrefslogtreecommitdiffstats
path: root/sfx2/source/bastyp/bitset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/bitset.cxx')
-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 1cc36a78cdf2..d8ded8b9c9e5 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -76,7 +76,7 @@ BitSet BitSet::operator<<( sal_uInt16 nOffset ) const
-// substracts nOffset from each bit-value in the set
+// subtracts nOffset from each bit-value in the set
BitSet BitSet::operator>>( sal_uInt16 ) const
{