libxl: typo in error message
authorChristoph Egger <Christoph.Egger@amd.com>
Tue, 3 Aug 2010 16:41:03 +0000 (17:41 +0100)
committerChristoph Egger <Christoph.Egger@amd.com>
Tue, 3 Aug 2010 16:41:03 +0000 (17:41 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/libxl.c

index 02faa0b82c50377c963b15f855757e76d308bdc7..0a2dbf89e938ad170f4874bd4997136b3b4c5675 100644 (file)
@@ -1473,7 +1473,7 @@ int libxl_device_disk_add(libxl_ctx *ctx, uint32_t domid, libxl_device_disk *dis
     backend_type = device_disk_backend_type_of_phystype(disk->phystype);
     devid = device_disk_dev_number(disk->virtpath);
     if (devid==-1) {
-        XL_LOG(ctx, XL_LOG_ERROR, "Invalid or unuspported"
+        XL_LOG(ctx, XL_LOG_ERROR, "Invalid or unsupported"
                " virtual disk identifier %s", disk->virtpath);
         return ERROR_INVAL;
     }