Patch subject is complete summary.

# HG changeset patch
# User Jonathan Davies <[email protected]>
# Date 1295444618 0
# Node ID 117e126e35f5233c446ae86d74b7447cb2443d59
# Parent  fb03e91d5404dfdd9f4e74f07a513b96b09a7030
CA-50172: Correct the spelling of a VM.import error message

diff -r fb03e91d5404 -r 117e126e35f5 ocaml/xapi/importexport.ml
--- a/ocaml/xapi/importexport.ml        Wed Jan 19 13:43:38 2011 +0000
+++ b/ocaml/xapi/importexport.ml        Wed Jan 19 13:43:38 2011 +0000
@@ -82,7 +82,7 @@
 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 *)
# HG changeset patch
# User Jonathan Davies <[email protected]>
# Date 1295444618 0
# Node ID 117e126e35f5233c446ae86d74b7447cb2443d59
# Parent  fb03e91d5404dfdd9f4e74f07a513b96b09a7030
CA-50172: Correct the spelling of a VM.import error message

diff -r fb03e91d5404 -r 117e126e35f5 ocaml/xapi/importexport.ml
--- a/ocaml/xapi/importexport.ml	Wed Jan 19 13:43:38 2011 +0000
+++ b/ocaml/xapi/importexport.ml	Wed Jan 19 13:43:38 2011 +0000
@@ -82,7 +82,7 @@
 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 *)
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to