diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
| commit | 71d9c7815e7a209829578ebc30b63f6e0c64fcf2 (patch) | |
| tree | f3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/vis.h | |
| parent | dff88dc42001c678fe6956b1416ba61f98c232c7 (diff) | |
Notes
Diffstat (limited to 'include/vis.h')
| -rw-r--r-- | include/vis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vis.h b/include/vis.h index 53ef1a91c4b9..65d394d87730 100644 --- a/include/vis.h +++ b/include/vis.h @@ -40,7 +40,7 @@ * to select alternate encoding format */ #define VIS_OCTAL 0x01 /* use octal \ddd format */ -#define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropiate */ +#define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropriate */ /* * to alter set of characters encoded (default is to encode all |
