This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling - megapatch
[metaconfig.git] / U / typedefs / modetype.U
index abf2c68..d51651c 100644 (file)
@@ -1,11 +1,11 @@
 ?RCS: $Id: modetype.U,v 3.0.1.1 1994/10/29 16:25:07 ram Exp $
 ?RCS:
 ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
-?RCS: 
-?RCS: You may redistribute only under the terms of the Artistic Licence,
+?RCS:
+?RCS: You may redistribute only under the terms of the Artistic License,
 ?RCS: as specified in the README file that comes with the distribution.
 ?RCS: You may reuse parts of this distribution only within the terms of
-?RCS: that same Artistic Licence; a copy of which may be found at the root
+?RCS: that same Artistic License; a copy of which may be found at the root
 ?RCS: of the source tree for dist 3.0.
 ?RCS:
 ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
 ?MAKE:modetype: Myread Typedef
 ?MAKE: -pick add $@ %<
 ?S:modetype:
-?S:    This variable defines modetype to be something like mode_t, 
-?S:    int, unsigned short, or whatever type is used to declare file 
+?S:    This variable defines modetype to be something like mode_t,
+?S:    int, unsigned short, or whatever type is used to declare file
 ?S:    modes for system calls.
 ?S:.
 ?C:Mode_t:
-?C:    This symbol holds the type used to declare file modes 
+?C:    This symbol holds the type used to declare file modes
 ?C:    for systems calls.  It is usually mode_t, but may be
 ?C:    int or unsigned short.  It may be necessary to include <sys/types.h>
 ?C:    to get any typedef'ed information.