Fix typo: excedded -> exceeded
Change-Id: I8f195ebbc9140b4498701f65329a89a5e8600a93
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/src/binarystore.cpp b/src/binarystore.cpp
index 0760f33..b258d07 100644
--- a/src/binarystore.cpp
+++ b/src/binarystore.cpp
@@ -347,7 +347,7 @@
// This should never be true if it is blocked by the write command
if (maxSize && sizeof(commitData) > *maxSize)
{
- log<level::ERR>("Commit Data excedded maximum allowed size");
+ log<level::ERR>("Commit Data exceeded maximum allowed size");
return false;
}