From 81b47d521b43de3798196e4ff2be997879eb89a6 Mon Sep 17 00:00:00 2001 From: tierno Date: Tue, 21 Jan 2020 10:11:34 +0000 Subject: [PATCH] minor spelling changes Change-Id: I173d9a04049d88b2a9f5c87b6dc82ef057482fe4 Signed-off-by: tierno --- Makefile | 2 +- osm_common/__init__.py | 4 ++-- osm_common/dbbase.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e3e9dac..ed4ad8d 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ clean: package: python3 setup.py --command-packages=stdeb.command sdist_dsc cp debian/python3-osm-common.postinst deb_dist/osm-common*/debian - cd deb_dist/osm-common*/ && dpkg-buildpackage -rfakeroot -uc -us + cd deb_dist/osm-common*/ && dpkg-buildpackage -rfakeroot -uc -us diff --git a/osm_common/__init__.py b/osm_common/__init__.py index 8bdb9f5..96de80f 100644 --- a/osm_common/__init__.py +++ b/osm_common/__init__.py @@ -15,8 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '7.0.0.post2' -date_version = '2019-12-20' +version = '7.0.0.post4' +date_version = '2019-01-21' # try to get version from installed package. Skip if fails try: diff --git a/osm_common/dbbase.py b/osm_common/dbbase.py index 7428ed9..7f87663 100644 --- a/osm_common/dbbase.py +++ b/osm_common/dbbase.py @@ -61,7 +61,7 @@ class DbBase(object): """ Connect to database :param config: Configuration of database. Contains among others: - host: database hosst (mandatory) + host: database host (mandatory) port: database port (mandatory) name: database name (mandatory) user: database username -- 2.17.1