diff options
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/parameters.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx index cea765314766..50026521ab69 100644 --- a/include/connectivity/parameters.hxx +++ b/include/connectivity/parameters.hxx @@ -152,7 +152,7 @@ namespace dbtools /// clears the instance data void clearAllParameterInformation(); - /// checks whether the parameter information are up-to-date + /// checks whether the parameter information is up-to-date bool isUpToDate() const { return m_bUpToDate; } /** updates all parameter information represented by the instance |