From: ayin Date: Mon, 22 Oct 2007 07:36:51 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=225cce6aa622bc3e82f1a5e3835e4b6856d7c782;p=dana%2Furxvt.git Fix typo. --- 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;