From 0c167234cc8cecf080c602aded451b0340baef7a Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 5 Jan 2008 13:52:23 +0000 Subject: [PATCH] Fix typos. --- src/background.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/background.C b/src/background.C index 7a290545..1ab6504a 100644 --- a/src/background.C +++ b/src/background.C @@ -259,7 +259,7 @@ bgPixmap_t::set_geometry (const char *geom) unsigned int n; unsigned long new_flags = (flags & (~geometryFlags)); char *p; -# define MAXLEN_GEOM 256 /* could be longer then regular geometry string */ +# define MAXLEN_GEOM 256 /* could be longer than regular geometry string */ if (geom == NULL) return false; @@ -514,7 +514,7 @@ bgPixmap_t::render_asim (ASImage *background, ARGB32 background_tint) if (background == NULL) { /* if tiling - pixmap has to be sized exactly as the image, - but there is no need to make it bigger then the window! */ + but there is no need to make it bigger than the window! */ if (h_scale == 0) new_pmap_width = min (result->width, target_width); if (v_scale == 0) -- 2.34.1