Fix a typo

Change-Id: Ie4acd123861e25766c8b97f2271d82a62c711d54
This commit is contained in:
Kevin_Zheng 2017-02-08 17:26:53 +08:00
parent bbf4738e8e
commit 2704463506

View File

@ -53,7 +53,7 @@ class Bootstrap(object):
profiler_opts.set_defaults(self.conf)
# TODO(wangxiyuan): Now the OSprofiler feature in Zaqar only support
# wsgi. Websockt part will be added in the future.
# wsgi. Websocket part will be added in the future.
profile.setup(self.conf, 'Zaqar-server', socket.gethostname())
self.driver_conf = self.conf[configs._DRIVER_GROUP]