diff --git a/frmts/gtiff/gtiffdataset_write.cpp b/frmts/gtiff/gtiffdataset_write.cpp index 5e0e177ec7ff..22287cd05633 100644 --- a/frmts/gtiff/gtiffdataset_write.cpp +++ b/frmts/gtiff/gtiffdataset_write.cpp @@ -5130,10 +5130,9 @@ TIFF *GTiffDataset::CreateLL(const char *pszFilename, int nXSize, int nYSize, #if !defined(HAVE_PREDICTOR_2_FOR_64BIT) if (l_nBitsPerSample == 64) { - ReportError( - pszFilename, CE_Failure, CPLE_AppDefined, - "PREDICTOR=2 is only supported with 64 bit samples " - "starting with libtiff > 4.3.0."); + ReportError(pszFilename, CE_Failure, CPLE_AppDefined, + "PREDICTOR=2 is supported on 64 bit samples " + "starting with libtiff > 4.3.0."); } else #endif