diff options
author | 1999-05-14 20:31:56 +0000 | |
---|---|---|
committer | 1999-05-14 20:31:56 +0000 | |
commit | cd176a1967ba5c3b0506eec180efcf5163df4d74 (patch) | |
tree | 5316b74a3d12400d15a5b90307c638624690c033 | |
parent | correct error msg so it considers the terminating null byte (diff) | |
download | wireguard-openbsd-cd176a1967ba5c3b0506eec180efcf5163df4d74.tar.xz wireguard-openbsd-cd176a1967ba5c3b0506eec180efcf5163df4d74.zip |
appropiate -> appropriate
-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 7c8e0ce65e8..55441d87562 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vis.h,v 1.2 1997/09/21 10:46:01 niklas Exp $ */ +/* $OpenBSD: vis.h,v 1.3 1999/05/14 20:31:56 aaron Exp $ */ /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ /*- @@ -43,7 +43,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 |