summaryrefslogtreecommitdiff
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 dabff64d083b..6171362d9afc 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -84,7 +84,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
{