summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-30 03:04:09 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-30 03:04:09 -0500
commit38cff9aa59f299f7d1e802e614edc205ee2965fb (patch)
tree779add776726978ee6d8e3940657baedd47bd022 /secblock.h
parent78c85f4d739064631ef36e4264af680daed5b55c (diff)
downloadcryptopp-git-38cff9aa59f299f7d1e802e614edc205ee2965fb.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 779c2291..1531e28f 100644
--- a/secblock.h
+++ b/secblock.h
@@ -427,7 +427,7 @@ public:
// If the m_allocated assert fires then the bit twiddling for
// GetAlignedArray() is probably incorrect for the platform.
// Be sure to check CRYPTOPP_ALIGN_DATA(8). The platform may
- // not have a way to declaritively align data to 8.
+ // not have a way to declaratively align data to 8.
CRYPTOPP_ASSERT(size <= S);
CRYPTOPP_ASSERT(m_allocated);
m_allocated = false;