diff options
| author | andvar <andvar@NetBSD.org> | 2022-05-20 21:31:24 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-05-20 21:31:24 +0000 |
| commit | e53d5517555a4cd81eeaf6ba4ea3fe41e72e9931 (patch) | |
| tree | 13fc4e3dd409001873854af70089b44160dbb6e6 /include/vis.h | |
| parent | 1b06d087746406f352a4eb989a53b23709ed0d76 (diff) | |
s/appropiate/appropriate/ in comments and readme file.
Diffstat (limited to 'include/vis.h')
| -rw-r--r-- | include/vis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vis.h b/include/vis.h index 7fc880cbfad..7a5322e58f7 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $NetBSD: vis.h,v 1.25 2017/04/23 01:57:36 christos Exp $ */ +/* $NetBSD: vis.h,v 1.26 2022/05/20 21:31:24 andvar Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -40,7 +40,7 @@ * to select alternate encoding format */ #define VIS_OCTAL 0x0001 /* use octal \ddd format */ -#define VIS_CSTYLE 0x0002 /* use \[nrft0..] where appropiate */ +#define VIS_CSTYLE 0x0002 /* use \[nrft0..] where appropriate */ /* * to alter set of characters encoded (default is to encode all |
