From: garciadeblas Date: Thu, 5 Dec 2024 12:32:27 +0000 (+0100) Subject: Minor typo in dbbase.py X-Git-Tag: v17.0.0~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=8ec843cb58035bf76fb688a9366a07ed6b1a819b;p=osm%2Fcommon.git Minor typo in dbbase.py Change-Id: I493c60e18a4f0d33875b2d185e1a11f1d0dbd762 Signed-off-by: garciadeblas --- diff --git a/osm_common/dbbase.py b/osm_common/dbbase.py index d0d4fb0..4127aa8 100644 --- a/osm_common/dbbase.py +++ b/osm_common/dbbase.py @@ -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 """