From 371b3152d16124b359d00a2dd08370829e902a1a Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 3 Nov 2007 16:43:24 +0000 Subject: [PATCH] Fix typo. --- src/rxvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rxvt.h b/src/rxvt.h index 64b7fc0b..a751ccce 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -788,7 +788,7 @@ struct line_t { /****************************************************************************/ -// primivite wrapper around mbstate_t to ensure initialisation +// primitive wrapper around mbstate_t to ensure initialisation struct mbstate { mbstate_t mbs; -- 2.34.1