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

Correct spelling of env var is FIREBIRD_LOCK.

This commit is contained in:
Paul Reeves 2018-02-06 11:42:25 +01:00
parent ccda75fcb7
commit c286d7c7a7

View File

@ -977,7 +977,7 @@ void TracePluginImpl::appendServiceQueryParams(size_t send_item_length,
break;
case isc_info_svc_get_env_lock:
recv_query.printf(NEWLINE "\t\t retrieve the setting of $FIREBIRD_LCK");
recv_query.printf(NEWLINE "\t\t retrieve the setting of $FIREBIRD_LOCK");
break;
case isc_info_svc_get_env_msg: