summaryrefslogtreecommitdiff
path: root/oslo_rootwrap/client.py
diff options
context:
space:
mode:
authorZhao Lei <zhaolei@cn.fujitsu.com>2015-09-24 17:53:40 +0800
committerZhao Lei <zhaolei@cn.fujitsu.com>2015-09-24 17:53:40 +0800
commit1c5842fa302bbc5d8570b67215459f315db5792c (patch)
tree30a952064e548db368412676afba43c8da780247 /oslo_rootwrap/client.py
parent5c5d58ec89fde19c7f11606a6473cfbb5393b4d1 (diff)
downloadoslo-rootwrap-1c5842fa302bbc5d8570b67215459f315db5792c.tar.gz
Fix some spelling typo in manual
explicitely -> explicitly priviledges -> privileges for README.rst Plus some source comment fix. Change-Id: Ibbe08d01e0cd380604fbd43786c8adb0ac9765f1 Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Diffstat (limited to 'oslo_rootwrap/client.py')
-rw-r--r--oslo_rootwrap/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_rootwrap/client.py b/oslo_rootwrap/client.py
index 0c3a500..6f7fd37 100644
--- a/oslo_rootwrap/client.py
+++ b/oslo_rootwrap/client.py
@@ -38,7 +38,7 @@ if patched_socket:
# GreenSocket.recv_into:
# https://bitbucket.org/eventlet/eventlet/pull-request/41
# This check happens here instead of jsonrpc to avoid importing eventlet
- # from daemon code that is run with root priviledges.
+ # from daemon code that is run with root privileges.
jsonrpc.JsonConnection.recvall = jsonrpc.JsonConnection._recvall_slow
try: