From 40f1d4e3c2bb30cdf7094917b0aecf61a209994e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 3 Oct 2018 18:57:13 +0100 Subject: [PATCH] tools/python/xen/lowlevel: Fix typo `sucess' Signed-off-by: Ian Jackson --- tools/python/xen/lowlevel/xc/xc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/lowlevel/xc/xc.c b/tools/python/xen/lowlevel/xc/xc.c index 694bfa0642..2877283efa 100644 --- a/tools/python/xen/lowlevel/xc/xc.c +++ b/tools/python/xen/lowlevel/xc/xc.c @@ -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, -- 2.30.2