We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d578d7f commit bb0e16fCopy full SHA for bb0e16f
cachelib/allocator/nvmcache/NvmCache.h
@@ -566,7 +566,7 @@ typename NvmCache<C>::Config NvmCache<C>::Config::validateAndSetDefaults() {
566
if (blockSize % encryptionBlockSize != 0) {
567
throw std::invalid_argument(folly::sformat(
568
"Encryption enabled but the encryption block granularity is not "
569
- "aligned to the navy block size. ecryption block size: {}, "
+ "aligned to the navy block size. encryption block size: {}, "
570
"block size: {}",
571
encryptionBlockSize,
572
blockSize));
0 commit comments