From e47cd3c4e2a137839698dc046e0745b57b02ae1d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 25 Jan 2002 14:35:42 +0000 Subject: [PATCH] Fix a typo in a comment. --- lisp/term/rxvt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index 7230a0be0f7..550a43ce528 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el @@ -97,7 +97,7 @@ ;; Set up colors, for those versions of rxvt that support it. (defvar rxvt-standard-colors ;; The names of the colors in the comments taken from the rxvt.1 man - ;; page; th corresponding RGB values--from rgb.txt. + ;; page; the corresponding RGB values--from rgb.txt. '(("black" 0 ( 0 0 0)) ; black ("red" 1 (205 0 0)) ; red3 ("green" 2 ( 0 205 0)) ; green3 -- 2.39.2