mirror of https://gitee.com/bigwinds/arangodb
fixed grammar
This commit is contained in:
parent
ca6a66d36b
commit
87667edc6a
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue