From 7331f6e267229549355e9abba393e1b39be148ea Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Tue, 7 Mar 2017 07:43:52 +0000 Subject: [PATCH] Trivial: Fix a spelling mistake in exception.py Change-Id: If901add01f156923b1a27eb24267b63700d81b39 --- redfish/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redfish/exception.py b/redfish/exception.py index 59e2016..980a130 100644 --- a/redfish/exception.py +++ b/redfish/exception.py @@ -25,7 +25,7 @@ class ConnectionFailureException(RedfishException): self.advices = \ '1- Check if the url is the correct one\n' + \ '2- Check if your device is answering on the network\n' + \ - '3- Check if your device has a valid trusted certificat\n' + \ + '3- Check if your device has a valid trusted certificate.\n' + \ ' You can use openssl to validate it using the command :\n' + \ ' openssl s_client -showcerts -connect :443\n' + \ '4- Use option "--insecure" to connect without checking' + \