Fixing typo in dbmemory.py in return messafe for replace()
[osm/common.git] / osm_common / dbmemory.py
index c27f846..d7419f4 100644 (file)
@@ -94,7 +94,7 @@ class DbMemory(DbBase):
                     raise DbException("Not found entry with filter='{}'".format(filter), HTTPStatus.NOT_FOUND)
                 return None
             self.db[table][i] = deepcopy(indata)
-            return {"upadted": 1}
+            return {"updated": 1}
         except Exception as e:  # TODO refine
             raise DbException(str(e))