From e3da2aaa110aab0a678254c513e4901c9f887ea7 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Wed, 26 Jan 2011 17:39:04 +0000 Subject: [PATCH] CA-50172: Correct the spelling of a VM.import error message Signed-off-by: Jonathan Davies --- ocaml/xapi/importexport.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *) -- 2.39.5