[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/python/xen/lowlevel: Fix typo `sucess'
commit 300d93e0968b266ad87aefb9d05988b1b76e8511 Author: Ian Jackson <ian.jackson@xxxxxxxxxx> AuthorDate: Wed Oct 3 18:57:13 2018 +0100 Commit: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CommitDate: Mon Oct 8 15:20:19 2018 +0100 tools/python/xen/lowlevel: Fix typo `sucess' Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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 b137d5a839..6f5b8a6fa8 100644 --- a/tools/python/xen/lowlevel/xc/xc.c +++ b/tools/python/xen/lowlevel/xc/xc.c @@ -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, -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |