diff options
author | kali <kali@leap.se> | 2013-01-03 11:38:50 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-03 11:38:50 +0900 |
commit | c962db2a85efe265a6be34df8ab127acc220382d (patch) | |
tree | 565f6a070194ce6f5d35ef434c9fe63adc8507e6 /docs | |
parent | 7c7e303ad66333d34fb6829deb8c3c3e81e1b328 (diff) |
typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/environment.rst b/docs/dev/environment.rst index 55f00d5e..9f70cb04 100644 --- a/docs/dev/environment.rst +++ b/docs/dev/environment.rst @@ -96,7 +96,7 @@ Or, if you prefer, you can also `download the official PyQt tarball<http://www.r Running openvpn without root privileges --------------------------------------- -In linux, we are using ``policykit`` to be able to run openvpn without run privileges, and a policy file is needed to be installed for that to be possible. +In linux, we are using ``policykit`` to be able to run openvpn without root privileges, and a policy file is needed to be installed for that to be possible. The setup script tries to install the policy file when installing the client system-wide, so if you have installed the client in your global site-packages at least once it should have copied this file for you. If you *only* are running the client from inside a virtualenv, you will need to copy this file by hand:: |