From 575479154ddde1baea4d75f0f6292a33d56b3612 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 22 Apr 2009 13:46:50 +0100 Subject: xc_save: fixes typo in error message. Signed-off-by: Christoph Egger --- tools/xcutils/xc_save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xcutils') diff --git a/tools/xcutils/xc_save.c b/tools/xcutils/xc_save.c index d38bea409e..f15674a183 100644 --- a/tools/xcutils/xc_save.c +++ b/tools/xcutils/xc_save.c @@ -242,7 +242,7 @@ main(int argc, char **argv) port = xs_suspend_evtchn_port(si.domid); if (port < 0) - warnx("faield to get the suspend evtchn port\n"); + warnx("failed to get the suspend evtchn port\n"); else { si.suspend_evtchn = -- cgit v1.2.3