[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xl: Spelling fix to ("quite" => "quiet")



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1279904968 -3600
# Node ID 7c245d7cbce9723c82de5026da37efde93026603
# Parent  0f7d05af0c7536e04560f2f15fcce79687999a0d
xl: Spelling fix to ("quite" => "quiet")

s/quite/quiet/g

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/libxl/xl_cmdimpl.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff -r 0f7d05af0c75 -r 7c245d7cbce9 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c  Fri Jul 23 18:01:50 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c  Fri Jul 23 18:09:28 2010 +0100
@@ -2796,7 +2796,7 @@ int main_create(int argc, char **argv)
     char *p, extra_config[1024];
     struct domain_create dom_info;
     int paused = 0, debug = 0, daemonize = 1, console_autoconnect = 0,
-        dryrun = 0, quite = 0;
+        dryrun = 0, quiet = 0;
     int opt, rc;
     int option_index = 0;
     static struct option long_options[] = {
@@ -2835,7 +2835,7 @@ int main_create(int argc, char **argv)
             dryrun = 1;
             break;
         case 'q':
-            quite = 1;
+            quiet = 1;
             break;
         default:
             fprintf(stderr, "option not supported\n");
@@ -2865,7 +2865,7 @@ int main_create(int argc, char **argv)
     dom_info.daemonize = daemonize;
     dom_info.paused = paused;
     dom_info.dryrun = dryrun;
-    dom_info.quiet = quite;
+    dom_info.quiet = quiet;
     dom_info.config_file = filename;
     dom_info.extra_config = extra_config;
     dom_info.migrate_fd = -1;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.