All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxl: libxl_domain_info: fix typo in error message
@ 2014-12-01 10:47 Euan Harris
  2014-12-01 11:15 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Euan Harris @ 2014-12-01 10:47 UTC (permalink / raw)
  To: xen-devel; +Cc: Euan Harris, Ian.Jackson

Signed-off-by: Euan Harris <euan.harris@citrix.com>
---
 tools/libxl/libxl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c
index f84f7c2..c50c323 100644
--- a/tools/libxl/libxl.c
+++ b/tools/libxl/libxl.c
@@ -674,7 +674,7 @@ int libxl_domain_info(libxl_ctx *ctx, libxl_dominfo *info_r,
 
     ret = xc_domain_getinfolist(ctx->xch, domid, 1, &xcinfo);
     if (ret<0) {
-        LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "geting domain info list");
+        LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "getting domain info list");
         return ERROR_FAIL;
     }
     if (ret==0 || xcinfo.domain != domid) return ERROR_INVAL;
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-02 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 10:47 [PATCH] libxl: libxl_domain_info: fix typo in error message Euan Harris
2014-12-01 11:15 ` Ian Campbell
2014-12-02 15:37   ` Ian Campbell
2014-12-02 18:40   ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.