nickva closed pull request #295: Fix Typo URL: https://github.com/apache/couchdb-documentation/pull/295
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/src/install/troubleshooting.rst b/src/install/troubleshooting.rst index b3758c6..ae6d6a6 100644 --- a/src/install/troubleshooting.rst +++ b/src/install/troubleshooting.rst @@ -285,7 +285,8 @@ makes use of MD5 hashes for verifying the integrity of data (and not for cryptography) and will not run without the ability to use MD5 hashes. The message below indicates that the operating system is running in "FIPS mode," -which among other restrictions does not allow the use of OpenSSL's MD5 funtions: +which, among other restrictions, does not allow the use of OpenSSL's +MD5 functions: .. code-block:: text ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
