# HG changeset patch
# User Jonathan Davies <[email protected]>
# Date 1270560913 -3600
# Node ID 4db1c629d7d17095f5e9f43bdd79b3c6b8d4c26e
# Parent  cda70080e94770b8a96913b29b97f4f1239b8760
Correct a spelling mistake in the API documentation.

Signed-off-by: Jonathan Davies <[email protected]>

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";
# HG changeset patch
# User Jonathan Davies <[email protected]>
# Date 1270560913 -3600
# Node ID 4db1c629d7d17095f5e9f43bdd79b3c6b8d4c26e
# Parent  cda70080e94770b8a96913b29b97f4f1239b8760
Correct a spelling mistake in the API documentation.

Signed-off-by: Jonathan Davies <[email protected]>

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";
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to