From: Jonathan Davies Date: Wed, 26 Jan 2011 17:39:04 +0000 (+0000) Subject: CA-50172: Correct the spelling of a VM.import error message X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e3da2aaa110aab0a678254c513e4901c9f887ea7;p=xcp%2Fxen-api.git CA-50172: Correct the spelling of a VM.import error message Signed-off-by: Jonathan Davies --- diff --git a/ocaml/xapi/importexport.ml b/ocaml/xapi/importexport.ml index ce2fc3ea..3f7cba10 100644 --- a/ocaml/xapi/importexport.ml +++ b/ocaml/xapi/importexport.ml @@ -82,7 +82,7 @@ let this_version __context = let assert_compatable ~__context other_version = let this_version = this_version __context in let error() = - error "Import version is incompitable"; + error "Import version is incompatible"; raise (Api_errors.Server_error(Api_errors.import_incompatible_version, [])) in (* error if major versions differ; also error if this host has a lower minor vsn than the import *)