From 45909eca612dc3ca5080b7099c7e6ce9850f45ba Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 22 Sep 2020 16:24:21 +0300 Subject: [PATCH] mdbx-chk: fix minor typo. Change-Id: Ib120f7af827463dd93af352fc8b4ce6af1926b75 --- src/mdbx_chk.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/mdbx_chk.c b/src/mdbx_chk.c index e58c7176..88497ebd 100644 --- a/src/mdbx_chk.c +++ b/src/mdbx_chk.c @@ -1263,11 +1263,12 @@ int main(int argc, char *argv[]) { envinfo.mi_geo.current / envinfo.mi_dxb_pagesize); #if defined(_WIN32) || defined(_WIN64) if (envinfo.mi_geo.shrink && envinfo.mi_geo.current != envinfo.mi_geo.upper) - print(" WARNING: Due Windows system limitations a " - "file couldn't\n be truncated while database " - "is opened. So, the size of\n database file " - "may by large than the database itself,\n " - "until it will be closed or reopened in read-write mode.\n"); + print( + " WARNING: Due Windows system limitations a " + "file couldn't\n be truncated while the database " + "is opened. So, the size\n database file " + "of may by large than the database itself,\n " + "until it will be closed or reopened in read-write mode.\n"); #endif print(" - transactions: recent %" PRIu64 ", latter reader %" PRIu64 ", lag %" PRIi64 "\n",