Minor typo in dbbase.py 52/14952/1 v16.0
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 5 Dec 2024 12:32:27 +0000 (13:32 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 10 Feb 2025 11:25:25 +0000 (12:25 +0100)
Change-Id: I493c60e18a4f0d33875b2d185e1a11f1d0dbd762
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_common/dbbase.py

index d0d4fb0..4127aa8 100644 (file)
@@ -74,7 +74,7 @@ class DbBase(object):
             user:   database username
             password:   database password
             commonkey: common OSM key used for sensible information encryption
-            materpassword: same as commonkey, for backward compatibility. Deprecated, to be removed in the future
+            masterpassword: same as commonkey, for backward compatibility. Deprecated, to be removed in the future
         :param target_version: if provided it checks if database contains required version, raising exception otherwise.
         :return: None or raises DbException on error
         """