From 6d105946a9427a53c4f1c1c95da3c1aa2eb4e5f4 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 5 May 2014 11:49:24 +0200 Subject: [PATCH] typos: fix s/it/is/ where applicable Signed-off-by: Martin Kletzander --- docs/drvesx.html.in | 4 ++-- src/esx/esx_driver.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index 0816bafc3f..d1e67d0467 100644 --- a/docs/drvesx.html.in +++ b/docs/drvesx.html.in @@ -148,7 +148,7 @@ vpx://example-vcenter.com/folder1/dc1/folder2/example-esx.com If set to 1, this disables libcurl client checks of the server's - SSL certificate. The default value it 0. See the + SSL certificate. The default value is 0. See the Certificates for HTTPS section for details. @@ -164,7 +164,7 @@ vpx://example-vcenter.com/folder1/dc1/folder2/example-esx.com If set to 1, the driver answers all questions with the default answer. If set to 0, questions are reported as errors. The default - value it 0. Since 0.7.5. + value is 0. Since 0.7.5. diff --git a/src/esx/esx_driver.c b/src/esx/esx_driver.c index d0829273b0..5dd0a63f1d 100644 --- a/src/esx/esx_driver.c +++ b/src/esx/esx_driver.c @@ -889,11 +889,11 @@ esxConnectToVCenter(esxPrivate *priv, * it. If the ESX host is not managed by a vCenter an error is reported. * * If the no_verify parameter is set to 1, this disables libcurl client checks - * of the server's certificate. The default value it 0. + * of the server's certificate. The default value is 0. * * If the auto_answer parameter is set to 1, the driver will respond to all * virtual machine questions with the default answer, otherwise virtual machine - * questions will be reported as errors. The default value it 0. + * questions will be reported as errors. The default value is 0. * * The proxy parameter allows to specify a proxy for to be used by libcurl. * The default for the optional part is http and socks is synonymous for -- GitLab