diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-16 15:25:41 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-17 12:12:26 -0300 |
commit | 5218fda6b524cb8e694113e123e7b0d05b205ddc (patch) | |
tree | 413184e9151a5275c26af1ab7d68c43bb0df0980 /src/leap/bitmask/services | |
parent | def537bb5a78e046a75a9e13ea75449eec2b34c8 (diff) |
Use consistent wording for triggers documentation.
Diffstat (limited to 'src/leap/bitmask/services')
-rw-r--r-- | src/leap/bitmask/services/mail/conductor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/services/mail/conductor.py b/src/leap/bitmask/services/mail/conductor.py index 4448d5d0..c1761afa 100644 --- a/src/leap/bitmask/services/mail/conductor.py +++ b/src/leap/bitmask/services/mail/conductor.py @@ -242,7 +242,7 @@ class SMTPControl(object): def smtp_bootstrapped_stage(self, data): """ TRIGGERS: - self.smtp_bootstrapper.download_config + self.smtp_bootstrapper.download_config If there was a problem, displays it, otherwise it does nothing. This is used for intermediate bootstrapping stages, in case |