From 3adee298e7ffe07d82105cae81d75f76ec85df8a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 4 Aug 2008 11:25:20 +0100 Subject: Fix a few typos From: Diego Ongaro Acked-by: Samuel Thibault --- tools/xenstat/libxenstat/src/xenstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xenstat') diff --git a/tools/xenstat/libxenstat/src/xenstat.c b/tools/xenstat/libxenstat/src/xenstat.c index 16a41dc1db..a5fbca1d5e 100644 --- a/tools/xenstat/libxenstat/src/xenstat.c +++ b/tools/xenstat/libxenstat/src/xenstat.c @@ -109,7 +109,7 @@ xenstat_handle *xenstat_init(void) handle->xshandle = xs_daemon_open_readonly(); /* open handle to xenstore*/ if (handle->xshandle == NULL) { - perror("unable to open xenstore\n"); + perror("unable to open xenstore"); xc_interface_close(handle->xc_handle); free(handle); return NULL; -- cgit v1.2.3