tools/python/xen/lowlevel: Fix typo `sucess'
authorIan Jackson <ian.jackson@citrix.com>
Wed, 3 Oct 2018 17:57:13 +0000 (18:57 +0100)
committerRaspbian forward porter <root@raspbian.org>
Thu, 27 Jun 2019 17:16:25 +0000 (18:16 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Gbp-Pq: Name 0006-tools-python-xen-lowlevel-Fix-typo-sucess.patch

tools/python/xen/lowlevel/xc/xc.c

index 694bfa0642723652cda136077803f5b0d658e632..2877283efacc85f1e01e699eebd0a2495866d2b3 100644 (file)
@@ -2160,7 +2160,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,