From b88fb2a7336285e31db97aaa3d2cae40d8ab903a Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 18 Feb 2016 14:07:26 +0000 Subject: [PATCH 1/2] Fix typo in output message --- tools/grib_compare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/grib_compare.c b/tools/grib_compare.c index 0f5cda4de..2c13b1fb0 100644 --- a/tools/grib_compare.c +++ b/tools/grib_compare.c @@ -936,7 +936,7 @@ static int compare_values(grib_runtime_options* options,grib_handle* h1,grib_han printf("[%s] byte values are different: [%02x] and [%02x]\n", name,uval1[i],uval2[i]); else - printf("[%s] byte value %d of %ld are different: [%02x] and [%02x]\n", + printf("[%s] byte value %d of %ld is different: [%02x] and [%02x]\n", name,i,(long)len1,uval1[i],uval2[i]); err1 = GRIB_VALUE_MISMATCH; From f8c91a71724b574b5d0e89d54348a7b3ba775eb6 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 19 Feb 2016 10:18:29 +0000 Subject: [PATCH 2/2] Minor formatting --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6efb58ede..f578242c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -338,7 +338,7 @@ ecbuild_print_summary() message(STATUS "") message(STATUS " +---------------------------+") -message(STATUS " | ecCodes version ${ECCODES_VERSION} |") +message(STATUS " | ecCodes version ${ECCODES_VERSION} |") message(STATUS " | Configuration completed |") message(STATUS " +---------------------------+") message(STATUS "")