mirror of
https://github.com/certbot/certbot.git
synced 2026-03-24 11:25:24 -04:00
Fix typo
This commit is contained in:
parent
e05b10974c
commit
9a9f91b4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class ProofOfPossession(object): # pylint: disable=too-few-public-methods
|
|||
# Is there are different prompt we should give the user?
|
||||
code, key = zope.component.getUtility(
|
||||
interfaces.IDisplay).input(
|
||||
"QPath to private key for identifier: %s " % achall.domain)
|
||||
"Path to private key for identifier: %s " % achall.domain)
|
||||
if code != display_util.CANCEL:
|
||||
return self._gen_response(achall, key)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue