summaryrefslogtreecommitdiff
path: root/app/xterm/charclass.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2021-01-10 09:23:59 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2021-01-10 09:23:59 +0000
commit793284fa154c5f1100f9431b673b1689a8ca83a2 (patch)
treee1118c1586e4ce9b736b474a2a392050f03d41f8 /app/xterm/charclass.h
parent2dae493626101232d21cb68033d2abe927cdc88b (diff)
Update to xterm 363. tested by jsg@ and others on tech@.
Diffstat (limited to 'app/xterm/charclass.h')
-rw-r--r--app/xterm/charclass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/charclass.h b/app/xterm/charclass.h
index 45b68a827..34dca084a 100644
--- a/app/xterm/charclass.h
+++ b/app/xterm/charclass.h
@@ -1,4 +1,4 @@
-/* $XTermId: charclass.h,v 1.7 2017/05/29 14:57:26 tom Exp $ */
+/* $XTermId: charclass.h,v 1.8 2020/01/18 18:29:41 tom Exp $ */
/* $XFree86: xc/programs/xterm/charclass.h,v 1.3 2006/02/13 01:14:58 dickey Exp $ */
@@ -6,7 +6,7 @@
#define CHARCLASS_H
extern void init_classtab(void);
-/* intialise the table. needs calling before either of the
+/* initialise the table. needs calling before either of the
others. */
extern int SetCharacterClassRange(int low, int high, int value);