summaryrefslogtreecommitdiff
path: root/sc/inc/compressedarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/compressedarray.hxx')
-rw-r--r--sc/inc/compressedarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compressedarray.hxx b/sc/inc/compressedarray.hxx
index 0a2f776fa1d4..4be04c9a3964 100644
--- a/sc/inc/compressedarray.hxx
+++ b/sc/inc/compressedarray.hxx
@@ -144,7 +144,7 @@ const D& ScCompressedArray<A,D>::GetNextValue( size_t& nIndex, A& nEnd ) const
}
// ScBitMaskCompressedArray
-/** The data type represents bits, managable by bitwise operations.
+/** The data type represents bits, manageable by bitwise operations.
*/
template< typename A, typename D > class ScBitMaskCompressedArray : public ScCompressedArray<A,D>