From 3fec496e9e12bd9b386b7f31080e0326f57b31d6 Mon Sep 17 00:00:00 2001
From: Amey Bhide <abhide@vmware.com>
Date: Wed, 2 Sep 2015 10:59:54 -0700
Subject: [PATCH] Fix a typo in comments in nsx.ini

Change-Id: Ia46201b7457305a47ec3b7310154f237871f2e9c
---
 vmware_nsx/etc/nsx.ini | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/vmware_nsx/etc/nsx.ini b/vmware_nsx/etc/nsx.ini
index ee08b90bf4..f6287d4a7d 100644
--- a/vmware_nsx/etc/nsx.ini
+++ b/vmware_nsx/etc/nsx.ini
@@ -317,10 +317,9 @@
 # retries = 10
 
 # Specify a CA bundle file to use in verifying the NSX Manager
-# server certificate.
+# server certificate. This option is ignored if "insecure" is set to True.
 # ca_file =
 
 # If true, the NSX Manager server certificate is not verified. If false,
-# then the default CA truststore is used for verification. This option
-# is ignored if "ca_file" is set.
+# then the default CA truststore is used for verification.
 # insecure = True