From: sf-exg Date: Sat, 17 Apr 2010 06:48:27 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.openbox.org/?p=dana%2Furxvt.git;a=commitdiff_plain;h=9caacf833df3ce264e8388cdc12c80483c26065f Fix typo. --- diff --git a/src/screen.C b/src/screen.C index e48dc8b..f9099c4 100644 --- a/src/screen.C +++ b/src/screen.C @@ -2233,7 +2233,7 @@ rxvt_term::scr_refresh () NOTHROW while (expect_false (stp[col] == NOCHAR && col > 0)) --col; - rend_t rend = srp[col]; /* screen rendition (target rendtion) */ + rend_t rend = srp[col]; /* screen rendition (target rendition) */ text_t *text = stp + col; int count = 1;