i3 - improved tiling WM


"somewhen" -> "some time" in i3-config-wizard(1)

Patch status: merged

Patch by Jean-Philippe Ouellet

To apply this patch, use:
curl http://cr.i3wm.org/patch/546/raw.patch | git am

b/i3-config-wizard/main.c

13
@@ -667,7 +667,7 @@ static void finish() {
14
     fputs("# This file has been auto-generated by i3-config-wizard(1).\n", ks_config);
15
     fputs("# It will not be overwritten, so edit it as you like.\n", ks_config);
16
     fputs("#\n", ks_config);
17
-    fputs("# Should you change your keyboard layout somewhen, delete\n", ks_config);
18
+    fputs("# Should you change your keyboard layout some time, delete\n", ks_config);
19
     fputs("# this file and re-run i3-config-wizard(1).\n", ks_config);
20
     fputs("#\n", ks_config);
21