tools/libxl: fix typo in main_tmem_freeable
authorOlaf Hering <olaf@aepfle.de>
Tue, 29 Apr 2014 09:09:55 +0000 (11:09 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 2 May 2014 12:34:35 +0000 (13:34 +0100)
missing letter 'b'.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/xl_cmdimpl.c

index 0b38b32cd4c07803a3ce81888182457ccf357fb8..5195914322d395a12952d333d1f6b024990734a9 100644 (file)
@@ -6560,7 +6560,7 @@ int main_tmem_freeable(int argc, char **argv)
     int opt;
     int mb;
 
-    SWITCH_FOREACH_OPT(opt, "", NULL, "tmem-freeale", 0) {
+    SWITCH_FOREACH_OPT(opt, "", NULL, "tmem-freeable", 0) {
         /* No options */
     }