8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Fix typo - thanks to Karol B.

This commit is contained in:
Adriano dos Santos Fernandes 2022-04-22 07:04:51 -03:00
parent 953f42bbdd
commit 0f13df3ce5

View File

@ -2062,7 +2062,7 @@ UnicodeUtil::ICU* UnicodeUtil::Utf16Collation::loadICU(
{ {
errorMsg.printf( errorMsg.printf(
"An ICU library with collation version %s is required but was not found. " "An ICU library with collation version %s is required but was not found. "
"You may try to install another ICU version which this collation version " "You may try to install another ICU version with this collation version "
"or look for 'gfix -icu' in Firebird documentation.", "or look for 'gfix -icu' in Firebird documentation.",
collVersion.c_str()); collVersion.c_str());
} }