]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
CA-50172: Correct the spelling of a VM.import error message
authorJonathan Davies <jonathan.davies@citrix.com>
Wed, 26 Jan 2011 17:39:04 +0000 (17:39 +0000)
committerJonathan Davies <jonathan.davies@citrix.com>
Wed, 26 Jan 2011 17:39:04 +0000 (17:39 +0000)
Signed-off-by: Jonathan Davies <jonathan.davies@citrix.com>
ocaml/xapi/importexport.ml

index ce2fc3ea82e6b866ce7a492b1dae264585140bf8..3f7cba1054290bb231a281fc2b65593fc385a685 100644 (file)
@@ -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 *)