Browse Source

appropiate -> appropriate

OPENBSD_2_6
aaron 25 years ago
parent
commit
7445f852db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/vis.h

+ 2
- 2
src/include/vis.h View File

@ -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


Loading…
Cancel
Save