From 225cce6aa622bc3e82f1a5e3835e4b6856d7c782 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 22 Oct 2007 07:36:51 +0000 Subject: [PATCH] Fix typo. --- src/rxvtfont.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rxvtfont.C b/src/rxvtfont.C index ca673809..c24d721f 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -1060,7 +1060,7 @@ struct rxvt_font_xft : rxvt_font { const text_t *text, int len, int fg, int bg); - bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &carefull) const; + bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const; protected: XftFont *f; -- 2.34.1