tools/python/xen/lowlevel: Fix typo `sucess'
authorIan Jackson <ian.jackson@citrix.com>
Wed, 3 Oct 2018 17:57:13 +0000 (18:57 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Thu, 1 Oct 2020 12:50:58 +0000 (13:50 +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,