summaryrefslogtreecommitdiff
path: root/sc/inc/stlalgorithm.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-28 08:27:17 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-28 08:27:17 +0200
commit9aab0e9ac656be862049a592587865f7c15f0fd4 (patch)
treea65df9e99361284fffeae9997f7e330c577f1aa2 /sc/inc/stlalgorithm.hxx
parentc177e1cbec9da5c33b57b55493bbeae198051b6f (diff)
Fix typo: s/Alined/Aligned
Change-Id: I248d002d2ed0e61f97a35ea0d329c64832252ad7
Diffstat (limited to 'sc/inc/stlalgorithm.hxx')
-rw-r--r--sc/inc/stlalgorithm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/stlalgorithm.hxx b/sc/inc/stlalgorithm.hxx
index 37d7ba85066a..bda11bfc6e12 100644
--- a/sc/inc/stlalgorithm.hxx
+++ b/sc/inc/stlalgorithm.hxx
@@ -74,7 +74,7 @@ public:
pointer allocate(size_type n)
{
- return (pointer)rtl_allocateAlinedMemory(_Alignment, n*sizeof(value_type));
+ return (pointer)rtl_allocateAlignedMemory(_Alignment, n*sizeof(value_type));
}
void deallocate(pointer p, size_type)