]> git.sur5r.net Git - i3/i3/commitdiff
Fix spelling mistakes
authorEric Engeström <eric@engestrom.ch>
Mon, 4 Apr 2016 07:33:59 +0000 (08:33 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 4 Apr 2016 07:33:59 +0000 (09:33 +0200)
19 files changed:
docs/hacking-howto
i3-input/keysym.map
i3-input/main.c
i3bar/src/mode.c
i3bar/src/outputs.c
i3bar/src/workspaces.c
i3bar/src/xcb.c
include/shmlog.h
src/commands.c
src/randr.c
src/render.c
src/sighandler.c
src/tree.c
testcases/complete-run.pl
testcases/lib/StatusLine.pm
testcases/t/103-move.t
testcases/t/105-stacking.t
testcases/t/131-stacking-order.t
testcases/t/159-socketpaths.t

index bd99b900bde2959bccff54689030eaf6f2f2dcae..74a690e7c1ef65d323d5a5f0b03338b3c7b60c79 100644 (file)
@@ -187,7 +187,7 @@ cleanup ("flatten") the tree. See also +src/move.c+ for another similar
 function, which was moved into its own file because it is so long.
 
 src/util.c::
-Contains useful functions which are not really dependant on anything.
+Contains useful functions which are not really dependent on anything.
 
 src/window.c::
 Handlers to update X11 window properties like +WM_CLASS+, +_NET_WM_NAME+,
index 6e587bdc02d287b4080c8f4a89167c6244dc9f5f..b198dd6db159662d110c13b0d62b1abe1cb7c47f 100644 (file)
@@ -1,7 +1,7 @@
 # This list can be used to convert X11 Keysyms to Unicode 2.1 character. 
 # The list is not checked for correctness by Unicode officials.  Use it 
 # at your own risk and the creator is not responsable for any damage that 
-# occured due to using this list. 
+# occurred due to using this list. 
 # 
 # The list is created by looking at the Keysym names and the Unicode data 
 # file.  Other mapping tables were used as a reference where needed. 
index 64a089dd8f9cb5d947f4f572a8c0361531556310..7115727e0d9008f506bdb5ebaa7cf7a28e5559dc 100644 (file)
@@ -80,7 +80,7 @@ void debuglog(char *fmt, ...) {
 }
 
 /*
- * Restores the X11 input focus to whereever it was before.
+ * Restores the X11 input focus to wherever it was before.
  * This is necessary because i3-input’s window has override_redirect=1
  * (→ unmanaged by the window manager) and thus i3-input changes focus itself.
  * This function is called on exit().
index d6767786ce30bdee825d6ca46a6f0461bbd3c4c6..3e52f0b197db9481533ca93410c30b7c6967e9f9 100644 (file)
@@ -119,7 +119,7 @@ void parse_mode_json(char *json) {
 
     state = yajl_parse(handle, (const unsigned char *)json, strlen(json));
 
-    /* FIXME: Propper error handling for JSON parsing */
+    /* FIXME: Proper error handling for JSON parsing */
     switch (state) {
         case yajl_status_ok:
             break;
index 841a7565c6e8257d2d79fe53b5e9d23ba57aeea2..b53d8cc8517a023d0a8dfe6a17e9c4fe8615ab71 100644 (file)
@@ -271,7 +271,7 @@ void parse_outputs_json(char *json) {
 
     state = yajl_parse(handle, (const unsigned char *)json, strlen(json));
 
-    /* FIXME: Propper errorhandling for JSON-parsing */
+    /* FIXME: Proper errorhandling for JSON-parsing */
     switch (state) {
         case yajl_status_ok:
             break;
index 77b351e8b2db163e84ab132287b18de32628fb65..1187a946c3e0a81ec98a8ff8d1d6203995b8753b 100644 (file)
@@ -233,7 +233,7 @@ void parse_workspaces_json(char *json) {
 
     state = yajl_parse(handle, (const unsigned char *)json, strlen(json));
 
-    /* FIXME: Propper error handling for JSON parsing */
+    /* FIXME: Proper error handling for JSON parsing */
     switch (state) {
         case yajl_status_ok:
             break;
index 496035c22e0eaca3787ac1e13b430127288e8be0..9bf36187162669d5967bec7c8dbe32d7197a3a7d 100644 (file)
@@ -445,7 +445,7 @@ void init_colors(const struct xcb_color_strings_t *new_colors) {
 
 /*
  * Handle a button press event (i.e. a mouse click on one of our bars).
- * We determine, whether the click occured on a workspace button or if the scroll-
+ * We determine, whether the click occurred on a workspace button or if the scroll-
  * wheel was used and change the workspace appropriately
  *
  */
index 231681cab591d012bef2ca9075eb206c7bb6f923..01fea8b457c7493d4cd0dfef6705406883646fe2 100644 (file)
@@ -24,7 +24,7 @@ typedef struct i3_shmlog_header {
     /* Byte offset where the next line will be written to. */
     uint32_t offset_next_write;
 
-    /* Byte offset where the last wrap occured. */
+    /* Byte offset where the last wrap occurred. */
     uint32_t offset_last_wrap;
 
     /* The size of the logfile in bytes. Since the size is limited to 25 MiB
index 0faf2775158889f49947f91d627fcd2118ebe899..405bb4297e52682cdaf4b1eee01f4a5b0adcbf57 100644 (file)
@@ -46,7 +46,7 @@
         }                                               \
     } while (0)
 
-/** If an error occured during parsing of the criteria, we want to exit instead
+/** If an error occurred during parsing of the criteria, we want to exit instead
  * of relying on fallback behavior. See #2091. */
 #define HANDLE_INVALID_MATCH                                   \
     do {                                                       \
index 6753f8a67eb7724f4c8a41d7a40be83303279cc6..f0234c5c4bf26fb1863ce41ecda2d5ddc0ecf8c5 100644 (file)
@@ -420,7 +420,7 @@ void init_ws_for_output(Output *output, Con *content) {
 
         /* In case the workspace we just moved was visible but there was no
          * other workspace to switch to, we need to initialize the source
-         * output aswell */
+         * output as well */
         if (visible && previous == NULL) {
             LOG("There is no workspace left on \"%s\", re-initializing\n",
                 workspace_out->name);
index 9fa40f037f69a31d665afbb9092e06f2bea698e8..7ee501f01cc93b16cb784f2df3c49fc0f1aea8cf 100644 (file)
@@ -167,7 +167,7 @@ void render_con(Con *con, bool render_fullscreen) {
                 /* By rendering the stacked container again, we handle the case
              * that we have a non-leaf-container inside the stack. In that
              * case, the children of the non-leaf-container need to be raised
-             * aswell. */
+             * as well. */
                 render_con(child, false);
             }
 
index 80d2fae26544f51ae60c86886aa1d3984e28f2c7..400cd5a59d88d478f87b94e4800f77e7f8ac5096 100644 (file)
@@ -116,7 +116,7 @@ static int backtrace(void) {
 
     waitpid(pid_gdb, &status, 0);
 
-    /* see if the backtrace was succesful or not */
+    /* see if the backtrace was successful or not */
     if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
         DLOG("GDB did not run properly\n");
         return -1;
@@ -176,7 +176,7 @@ static int sig_draw_window(xcb_window_t win, int width, int height, int font_hei
 static int sig_handle_key_press(void *ignored, xcb_connection_t *conn, xcb_key_press_event_t *event) {
     uint16_t state = event->state;
 
-    /* Apparantly, after activating numlock once, the numlock modifier
+    /* Apparently, after activating numlock once, the numlock modifier
      * stays turned on (use xev(1) to verify). So, to resolve useful
      * keysyms, we remove the numlock flag from the event state */
     state &= ~xcb_numlock_mask;
index 0c301209e7ec6efdf6afe9767ddabb7cb7d85c25..e848a6ac4eb322732bd6bdec97c917acee4391de 100644 (file)
@@ -477,7 +477,7 @@ static void mark_unmapped(Con *con) {
     TAILQ_FOREACH(current, &(con->nodes_head), nodes)
     mark_unmapped(current);
     if (con->type == CT_WORKSPACE) {
-        /* We need to call mark_unmapped on floating nodes aswell since we can
+        /* We need to call mark_unmapped on floating nodes as well since we can
          * make containers floating. */
         TAILQ_FOREACH(current, &(con->floating_head), floating_windows)
         mark_unmapped(current);
index 2d61e993c314e027bc686a885817bc6252176375..14c0a15d80e8b34bc722738a7e80ad4f28aefe7a 100755 (executable)
@@ -49,7 +49,7 @@ binmode STDERR, ':utf8';
 # subshell or situations like that.
 AnyEvent::Util::close_all_fds_except(0, 1, 2);
 
-# convinience wrapper to write to the log file
+# convenience wrapper to write to the log file
 my $log;
 sub Log { say $log "@_" }
 
@@ -208,7 +208,7 @@ $single_cv->recv;
 
 $aggregator->stop();
 
-# print empty lines to seperate failed tests from statuslines
+# print empty lines to separate failed tests from statuslines
 print "\n\n";
 
 for (@done) {
index f2487797876b7f7520db35c5dbcb0997d51d3b15..6d32104a79f19b06f171b1fb210d20cc09dd6368 100644 (file)
@@ -46,8 +46,8 @@ sub status_init {
     status_completed(0);
 }
 
-# generates the status text, prints it in the appropiate line
-# and returns it, so it can be used in conjuction with C<Log()>
+# generates the status text, prints it in the appropriate line
+# and returns it, so it can be used in conjunction with C<Log()>
 sub status {
     my ($display, $msg) = @_;
     my $status = "[$display] $msg";
index 0e01d90b76add45d1e91796573de17a470a86dec..64a9d621cfeb4ab7faefc8776443c205737e8cec 100644 (file)
@@ -33,7 +33,7 @@ my $x = X11::XCB::Connection->new;
 
 my $i3 = i3;
 
-# Switch to the nineth workspace
+# Switch to the ninth workspace
 $i3->command('9')->recv;
 
 #####################################################################
index 96c649753c60e8a647dd2d6063cc1f5a37658e93..e9d84851acfc19ac739516fb59beaa06679e8311 100644 (file)
@@ -33,7 +33,7 @@ my $x = X11::XCB::Connection->new;
 
 my $i3 = i3;
 
-# Switch to the nineth workspace
+# Switch to the ninth workspace
 $i3->command('9')->recv;
 
 #####################################################################
index c04f1b09f0ead26dc93feef274ea4a770970267a..8993a071c938f968d79c427dcd0236af7fead2f8 100644 (file)
@@ -14,7 +14,7 @@
 # • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
 #   (unless you are already familiar with Perl)
 #
-# Check if stacking containers can be used independantly of
+# Check if stacking containers can be used independently of
 # the split mode (horizontal/vertical) of the underlying
 # container.
 #
index d21581d1fe9506b9f3c28bf517290e655752dcb8..6c214d20b17ecb5ac0c5204860199462e9daa859 100644 (file)
@@ -65,7 +65,7 @@ ok(-S $socketpath, "file $socketpath exists and is a socket");
 exit_gracefully($pid);
 
 #####################################################################
-# configuration file case: socket gets placed whereever we specify
+# configuration file case: socket gets placed wherever we specify
 #####################################################################
 
 my $tmpdir = tempdir(CLEANUP => 1);