1
0
Fork 0

fixed grammar

This commit is contained in:
Jan Steemann 2016-01-18 09:40:12 +01:00
parent ca6a66d36b
commit 87667edc6a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static char const* ReasonCompactionBlocked =
static char const* ReasonDatafileSmall =
"compacting datafile because it's small and will be merged with next";
static char const* ReasonEmpty =
"compacting datafile because it collection is empty";
"compacting datafile because collection is empty";
static char const* ReasonOnlyDeletions =
"compacting datafile because it contains only deletion markers";
static char const* ReasonDeadSize =