Skip to content
Snippets Groups Projects
Commit 4c872453 authored by jkerdreu's avatar jkerdreu
Browse files

Summary: Fix typo

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1893 b32b6428-25c9-4566-ad07-03861ab6144f
parent 4a296ba6
Branches
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ class Monitor:
if target:
target.db = msg.body['map']
elif self.is_udpdate_metadb(msg):
elif self.is_update_metadb(msg):
addr = msg.body['device']
target = self.devices.get_with_addr(addr)
if target:
......@@ -248,7 +248,7 @@ class Monitor:
if msg.msgtype == 'reply' and msg.action == 'getKeysValues':
return True
def is_udpdate_metadb(self,msg):
def is_update_metadb(self,msg):
if msg.msgtype == 'notify' and msg.action == 'keysValuesChanged':
return True
return False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment