From: Marcus Granado Date: Tue, 12 Oct 2010 09:56:16 +0000 (+0100) Subject: CA-45963: fix typo in AD domainjoin error message X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a7646a22065bb654bc2f27a070c8bcaea767df58;p=xcp%2Fxen-api.git CA-45963: fix typo in AD domainjoin error message Signed-off-by: Marcus Granado --- diff --git a/ocaml/auth/extauth_plugin_ADlikewise.ml b/ocaml/auth/extauth_plugin_ADlikewise.ml index 65a6a8d1..e321f7c5 100644 --- a/ocaml/auth/extauth_plugin_ADlikewise.ml +++ b/ocaml/auth/extauth_plugin_ADlikewise.ml @@ -616,7 +616,7 @@ let on_enable config_params = else if has_substr errmsg "0x9CAC" (* Failed to lookup the domain controller for given domain. *) or has_substr errmsg "0x251E" (* DNS_ERROR_BAD_PACKET *) then begin (* this seems to be a wrong domain controller name error... *) - raise (Auth_signature.Auth_service_error (Auth_signature.E_LOOKUP,"Failed to lookup the domain controller for given domain.")) + raise (Auth_signature.Auth_service_error (Auth_signature.E_LOOKUP,"Failed to look up the domain controller for the given domain.")) end else begin (* general Likewise error *) raise e