From 0e49a20be8b7f05ee8d5d25d49b322eda2e41cf4 Mon Sep 17 00:00:00 2001
From: David Smith <David.Smith@cern.ch>
Date: Fri, 22 Feb 2019 10:07:44 +0100
Subject: [PATCH] fix typo in code comment

---
 rdbms/Login.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rdbms/Login.hpp b/rdbms/Login.hpp
index 0af6adc6fa..22ab4e5522 100644
--- a/rdbms/Login.hpp
+++ b/rdbms/Login.hpp
@@ -233,7 +233,7 @@ struct Login {
    * postgresql:postgresql://user:secret@localhost/mydb
    *
    * an example configuraiton using connect info
-   * postgresql:user=user password=secret host=localhost db=mydb
+   * postgresql:user=user password=secret host=localhost dbname=mydb
    *
    * @param connectionDetails The database connection details.
    */
-- 
GitLab