summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-01-26 22:42:48 +0100
committerKali Kaneko <kali@leap.se>2018-01-26 22:55:17 +0100
commit0f69d4ba3a73d5a1c2d9793a928a26feac91e99e (patch)
treeb70f5466cc6c2cfa71e3070da97a2db9dba80524
parente6d91023e7ad044d09e59cc076aef9c9f583592c (diff)
[style] some wording fixes
-rw-r--r--src/leap/bitmask/vpn/helpers/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/leap/bitmask/vpn/helpers/__init__.py b/src/leap/bitmask/vpn/helpers/__init__.py
index 4052a8d1..26567d07 100644
--- a/src/leap/bitmask/vpn/helpers/__init__.py
+++ b/src/leap/bitmask/vpn/helpers/__init__.py
@@ -80,9 +80,10 @@ if IS_LINUX:
openvpn_path = _config.get_bitmask_openvpn_path()
if openvpn_path is None:
- # If there bitmask doesn't provide any openvpn binary (we are not
- # in a bundle), reporting an error on check will trigger an attempt
- # to install helpers that can not succeed.
+ # If Bitmask does not provide any openvpn binary
+ # (we are not in a bundle: either running from debian packages, git or pip)
+ # reporting an error on check will trigger an attempt to install
+ # helpers that can not be successful.
# XXX: we need a better way to flag errors that can not be solved
# by installing helpers
return True