From: Ian Jackson Date: Wed, 3 Oct 2018 17:57:13 +0000 (+0100) Subject: tools/python/xen/lowlevel: Fix typo `sucess' X-Git-Tag: archive/raspbian/4.11.3+24-g14b62ab3e5-1+rpi1^2~48 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ce7f11506f2a35c5559cc77b6e3f9c43f8521c50;p=xen.git tools/python/xen/lowlevel: Fix typo `sucess' Signed-off-by: Ian Jackson --- 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,