From: root Date: Fri, 4 Jan 2008 20:39:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=17a5cac81a53e4aa945ddce98ee134eb3fdfc674;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/background.C b/src/background.C index d3dd0b92..3270fccb 100644 --- a/src/background.C +++ b/src/background.C @@ -902,7 +902,7 @@ bgPixmap_t::make_transparency_pixmap () XSync (dpy, False); /* XSync should get window where it's properly exposed, - * but to be on the safe side - let's check for the actuall event to arrive : */ + * but to be on the safe side - let's check for the actual event to arrive : */ while (XCheckWindowEvent (dpy, src, ExposureMask, &event)) ++ev_count; diff --git a/src/main.C b/src/main.C index d47eee13..c6d8775e 100644 --- a/src/main.C +++ b/src/main.C @@ -1723,7 +1723,7 @@ rxvt_term::update_background () if (!bgPixmap.need_client_side_rendering ()) refresh = .05; else if (bgPixmap.flags & bgPixmap_t::blurNeeded) - /* no chance of real time refresh if we are blurring! */ + /* no chance of real time refresh if we are bluring! */ refresh = .50; else refresh = .07;