WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] CA-50172: Correct the spelling of a VM.import error me

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] CA-50172: Correct the spelling of a VM.import error message
From: Jonathan Davies <jonathan.davies@xxxxxxxxxx>
Date: Wed, 19 Jan 2011 13:51:55 +0000
Delivery-date: Wed, 19 Jan 2011 05:52:12 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.6.3
Patch subject is complete summary.


# HG changeset patch
# User Jonathan Davies <jonathan.davies@xxxxxxxxxx>
# 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 *)

Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] CA-50172: Correct the spelling of a VM.import error message, Jonathan Davies <=