summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-24 16:18:29 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-24 16:18:29 -0500
commitbc02bccce5b911f45e1246d95a06027fb739bef9 (patch)
treefff3280dba4e46eb61818a8798b87622d13b311a /secblock.h
parentec3733c378a9515e4bfd0254c28238dadc020375 (diff)
downloadcryptopp-git-bc02bccce5b911f45e1246d95a06027fb739bef9.tar.gz
Fix spelling
Diffstat (limited to 'secblock.h')
-rw-r--r--secblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secblock.h b/secblock.h
index 721715b7..1e228897 100644
--- a/secblock.h
+++ b/secblock.h
@@ -336,7 +336,7 @@ template <class T, size_t S, class A = NullAllocator<T>, bool T_Align16 = false>
class FixedSizeAllocatorWithCleanup : public AllocatorBase<T>
{
// The body of FixedSizeAllocatorWithCleanup is provided in the two
- // partial specializations that follow. The two specialiations
+ // partial specializations that follow. The two specializations
// pivot on the boolean template parameter T_Align16. AIX, Solaris,
// IBM XLC and SunCC receive a little extra help. We managed to
// clear most of the warnings.