From 270446350671e29a5b7a18419a591218e64fd8d1 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Wed, 8 Feb 2017 17:26:53 +0800 Subject: [PATCH] Fix typo Fix a typo Change-Id: Ie4acd123861e25766c8b97f2271d82a62c711d54 --- zaqar/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaqar/bootstrap.py b/zaqar/bootstrap.py index 9b15b239f..cdc1ed1c4 100644 --- a/zaqar/bootstrap.py +++ b/zaqar/bootstrap.py @@ -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]