diff options
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 |