]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
tools/python/xen/lowlevel: Fix typo `sucess'
authorIan Jackson <ian.jackson@citrix.com>
Wed, 3 Oct 2018 17:57:13 +0000 (18:57 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Oct 2018 14:20:19 +0000 (15:20 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/python/xen/lowlevel/xc/xc.c

index b137d5a839b50a77316377f41ae9ca3b0c279996..6f5b8a6fa885f7bdd9145fa022a327a6bab5ff0e 100644 (file)
@@ -2178,7 +2178,7 @@ static PyMethodDef pyxc_methods[] = {
       " xenstore_gmfn [int]: \n"
       " console_domid [int]: \n"
       " xenstore_domid [int]: \n"
-      "Returns: None on sucess. Raises exception on error.\n" },
+      "Returns: None on success. Raises exception on error.\n" },
 
     { "hvm_get_param", 
       (PyCFunction)pyxc_hvm_param_get,