minor spelling changes 06/8506/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 21 Jan 2020 10:11:34 +0000 (10:11 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 21 Jan 2020 10:13:23 +0000 (10:13 +0000)
Change-Id: I173d9a04049d88b2a9f5c87b6dc82ef057482fe4
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Makefile
osm_common/__init__.py
osm_common/dbbase.py

index e3e9dac..ed4ad8d 100644 (file)
--- 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
index 8bdb9f5..96de80f 100644 (file)
@@ -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:
index 7428ed9..7f87663 100644 (file)
@@ -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