Fix spelling mistakes

This commit is contained in:
Eric Engestrom 2016-04-02 15:33:13 +01:00
parent 5ce579b5de
commit 2f3035de0e
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@
# certificate chain for the server certificate. Alternatively
# the referenced file can be the same as SSLCertificateFile
# when the CA certificates are directly appended to the server
# certificate for convinience.
# certificate for convenience.
#SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt
# Certificate Authority (CA):

View file

@ -78,7 +78,7 @@ def _reconstitute(config, full_path):
_restore_plugin_configs(config, renewalparams)
except (ValueError, errors.Error) as error:
logger.warning(
"An error occured while parsing %s. The error was %s. "
"An error occurred while parsing %s. The error was %s. "
"Skipping the file.", full_path, error.message)
logger.debug("Traceback was:\n%s", traceback.format_exc())
return None

View file

@ -14,7 +14,7 @@ elif [ -f /etc/redhat-release ] ; then
echo "Bootstrapping dependencies for RedHat-based OSes..."
$SUDO bootstrap/_rpm_common.sh
else
echo "Dont have bootstrapping for this OS!"
echo "Don't have bootstrapping for this OS!"
exit 1
fi