repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d7af4b95aecf9fee68b05324c6c8a4297e50e013:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d7af4b95aecf9fee68b05324c6c8a4297e50e013
Author: Emanuele Giaquinta 
Date:   Wed Mar 31 13:14:51 2010 +0000

    Fix typos.

diff --git a/configure.ac b/configure.ac
index 95a7ea28278b3ee7c932a948a1e310211724714f..
index ..2cbb05a3aca61c8b9e58d81d8ca2b4586e4d3106 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_GNU_SOURCE
 AC_ISC_POSIX
 AC_LANG(C++)

-dnl check wether we can link with gcc -lsupc++
+dnl check whether we can link with gcc -lsupc++
 if test x$GCC = xyes && test x$GXX = xyes; then
    dnl FreeBSD (at least up to 5.3) has a broken GCC, workaround it
    AC_MSG_CHECKING([for working libsupc++])
diff --git a/src/command.C b/src/command.C
index ebbbb842d07bdec9eb2f27e9d721ec8b31e8b8da..
index ..e331bdec8a6f37e53ab66296150ca299c4017cdd 100644
--- a/src/command.C
+++ b/src/command.C
@@ -1035,7 +1035,7 @@ rxvt_term::flush ()
   display->flush ();
 }

-/* checks wether a refresh is requested and starts the refresh timer */
+/* checks whether a refresh is requested and starts the refresh timer */
 void
 rxvt_term::refresh_check ()
 {
diff --git a/src/main.C b/src/main.C
index c0aefd70b1ecf7c551ad603f552be784f846caf4..
index ..f9fd82e091f5a3b1563f8e39c98557919051994f 100644
--- a/src/main.C
+++ b/src/main.C
@@ -103,7 +103,7 @@ text_t rxvt_composite_vec::compose (unicode_t c1, unicode_t c2)
       cc = (*this)[cc->c1];
     }

-  // check to see wether this combination already exists otherwise
+  // check to see whether this combination already exists otherwise
   for (cc = v.end (); cc-- > v.begin (); )
     {
       if (cc->c1 == c1 && cc->c2 == c2)
diff --git a/src/rxvt.h b/src/rxvt.h
index bd205bea22bc0e39f29c94ca886996c0ca625a8a..
index ..853056508d76468d5cb64c0566d9751c0b21eae8 100644
--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -988,9 +988,9 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen
 #if POINTER_BLANK
                   hidden_pointer:1,
 #endif
-                  enc_utf8:1,		/* wether locale uses utf-8 */
-                  seen_input:1,         /* wether we have seen some program output yet */
-                  seen_resize:1,	/* wether we had a resize event */
+                  enc_utf8:1,		/* whether locale uses utf-8 */
+                  seen_input:1,         /* whether we have seen some program output yet */
+                  seen_resize:1,	/* whether we had a resize event */
                   parsed_geometry:1;

   unsigned char   refresh_type,
diff --git a/src/rxvtfont.C b/src/rxvtfont.C
index 9a38cfc7943d0e2bfdce256325ed6aa8b34e051a..
index ..42fa49a2f7a6e7303df86f2d5bffe2f9a330368e 100644
--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -501,7 +501,7 @@ struct rxvt_font_x11 : rxvt_font {
              const text_t *text, int len,
              int fg, int bg);

-  bool slow; // wether this is a proportional font or has other funny characteristics
+  bool slow; // whether this is a proportional font or has other funny characteristics
   XFontStruct *f;
   bool enc2b, encm;

@@ -917,7 +917,7 @@ rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &car
   if (ch == NOCHAR)
     return false;

-  /* check wether the character exists in _this_ font. horrible. */
+  /* check whether the character exists in _this_ font. horrible. */
   XCharStruct *xcs;

   if (encm)
@@ -957,7 +957,7 @@ rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &car
   if (!prop || prop->width == rxvt_fontprop::unset)
     return true;

-  // check wether character overlaps previous/next character
+  // check whether character overlaps previous/next character
   int w = xcs->rbearing - xcs->lbearing;
   int wcw = max (WCWIDTH (unicode), 1);

diff --git a/src/rxvtfont.h b/src/rxvtfont.h
index ed20a2e1791cd5d0376e852f3710d6ec6ec8f7a2..
index ..78276b527eca441d130d1721aba3a50f083039ff 100644
--- a/src/rxvtfont.h
+++ b/src/rxvtfont.h
@@ -34,7 +34,7 @@ struct rxvt_font

   char *name;
   codeset cs;
-  bool loaded; // wether we tried loading it before (not wether it's loaded)
+  bool loaded; // whether we tried loading it before (not whether it's loaded)

   // managed by the font object
   int ascent, descent,
diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C
index 5f70647bffe475aebefb2480d0a08b386e47a595..
index ..c1ba37c60a896b2cba4d80dceceda9febbbf3d7c 100644
--- a/src/rxvttoolkit.C
+++ b/src/rxvttoolkit.C
@@ -466,7 +466,7 @@ bool rxvt_display::ref_init ()

   int fd = XConnectionNumber (dpy);

-  // try to detect wether we have a local connection.
+  // try to detect whether we have a local connection.
   // assume unix domain socket == local, everything else not
   // TODO: might want to check for inet/127.0.0.1
   is_local = 0;
@@ -490,7 +490,7 @@ bool rxvt_display::ref_init ()
 void
 rxvt_display::ref_next ()
 {
-  // TODO: somehow check wether the database files/resources changed
+  // TODO: somehow check whether the database files/resources changed
   // before affording re-loading/parsing
   XrmDestroyDatabase (XrmGetDatabase (dpy));
   XrmSetDatabase (dpy, get_resources (true));
diff --git a/src/urxvt.pm b/src/urxvt.pm
index 6bb02cd0b33f59d1357a8bb04c54d792f903a826..
index ..a232cc50b6a7c4cea241508aaaa751c9433aa4e2 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -372,7 +372,7 @@ for the filename):

 I xrdb uses the C preprocessor, which might interpret
 the double C characters as comment start. Use C<\057\057> instead,
-which works regardless of wether xrdb is used to parse the resource file
+which works regardless of whether xrdb is used to parse the resource file
 or not.

 =item macosx-clipboard and macosx-clipboard-native

-----END OF PAGE-----