Skip to content

Commit bb0e16f

Browse files
Rob Lyerlyfacebook-github-bot
authored andcommitted
Fix comment typo
Summary: ^ Reviewed By: AlnisM Differential Revision: D82217813 fbshipit-source-id: c3fb104c987efa00458b465d197397c6d2df8f1c
1 parent d578d7f commit bb0e16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachelib/allocator/nvmcache/NvmCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ typename NvmCache<C>::Config NvmCache<C>::Config::validateAndSetDefaults() {
566566
if (blockSize % encryptionBlockSize != 0) {
567567
throw std::invalid_argument(folly::sformat(
568568
"Encryption enabled but the encryption block granularity is not "
569-
"aligned to the navy block size. ecryption block size: {}, "
569+
"aligned to the navy block size. encryption block size: {}, "
570570
"block size: {}",
571571
encryptionBlockSize,
572572
blockSize));

0 commit comments

Comments
 (0)