aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-04 11:25:20 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-04 11:25:20 +0100
commit3adee298e7ffe07d82105cae81d75f76ec85df8a (patch)
tree693515c06947780d5792ef9b1191f486a8c86414 /tools/xenstat
parent419ef45e2b41d4a9710e32e60bd9b2973b94f197 (diff)
downloadxen-3adee298e7ffe07d82105cae81d75f76ec85df8a.tar.gz
xen-3adee298e7ffe07d82105cae81d75f76ec85df8a.tar.bz2
xen-3adee298e7ffe07d82105cae81d75f76ec85df8a.zip
Fix a few typos
From: Diego Ongaro <diego.ongaro@eu.citrix.com> Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'tools/xenstat')
-rw-r--r--tools/xenstat/libxenstat/src/xenstat.c2
1 files changed, 1 insertions, 1 deletions
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;