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] Correct a spelling mistake in the API documentation

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] Correct a spelling mistake in the API documentation
From: Jonathan Davies <jonathan.davies@xxxxxxxxxx>
Date: Tue, 6 Apr 2010 14:37:38 +0100
Delivery-date: Tue, 06 Apr 2010 06:40:05 -0700
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
# HG changeset patch
# User Jonathan Davies <jonathan.davies@xxxxxxxxxx>
# Date 1270560913 -3600
# Node ID 4db1c629d7d17095f5e9f43bdd79b3c6b8d4c26e
# Parent  cda70080e94770b8a96913b29b97f4f1239b8760
Correct a spelling mistake in the API documentation.

Signed-off-by: Jonathan Davies <jonathan.davies@xxxxxxxxxx>

diff -r cda70080e947 -r 4db1c629d7d1 ocaml/idl/datamodel.ml
--- a/ocaml/idl/datamodel.ml    Tue Apr 06 10:57:56 2010 +0100
+++ b/ocaml/idl/datamodel.ml    Tue Apr 06 14:35:13 2010 +0100
@@ -1278,7 +1278,7 @@
 let vm_checkpoint = call
   ~name:"checkpoint"
   ~in_product_since: rel_midnight_ride
-  ~doc:"Checkpoints the specified VM, making a new VM. Checkppoint 
automatically exploits the capabilities of the underlying storage repository in 
which the VM's disk images are stored (e.g. Copy on Write) and saves the memory 
image as well."
+  ~doc:"Checkpoints the specified VM, making a new VM. Checkpoint 
automatically exploits the capabilities of the underlying storage repository in 
which the VM's disk images are stored (e.g. Copy on Write) and saves the memory 
image as well."
   ~result: (Ref _vm, "The reference of the newly created VM.")
   ~params:[
     Ref _vm, "vm", "The VM to be checkpointed";

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] Correct a spelling mistake in the API documentation, Jonathan Davies <=