Minor typo in comment

Change-Id: I3729817b07b10c004bf4edd54b14a0d0cbfd7e0d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/httpserver.py b/httpserver.py
index 65d7ede..cf7dfb6 100644
--- a/httpserver.py
+++ b/httpserver.py
@@ -1188,7 +1188,7 @@
             nfvo.refresh_instance(mydb, tenant_id, instance_dict)
         except (nfvo.NfvoException, db_base_Exception) as e:
             logger.warn("nfvo.refresh_instance couldn't refresh the status of the instance: %s" % str(e))
-        #obtain data with results upated
+        #obtain data with results udpated
         instance = mydb.get_instance_scenario(instance_id, tenant_id)
         convert_datetime2str(instance)
         #print json.dumps(instance, indent=4)