Fix a typo in a comment for connection_parameters::backendRef_

No real changes.
This commit is contained in:
Vadim Zeitlin
2025-06-23 19:32:11 +02:00
parent a86de5a91f
commit 602fc4b213

View File

@@ -124,7 +124,7 @@ private:
backend_factory const * factory_;
std::string connectString_;
// References the backend name used for obtaining the factor from
// References the backend name used for obtaining the factory from
// dynamic_backends.
details::dynamic_backend_ref * backendRef_;