diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-06 20:57:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-06 20:57:48 +0000 |
commit | 6110007259e8638a635126f760f5344bdf1fd78a (patch) | |
tree | ab888bfe83e10a8e167f014c5e54adc2ed39987a | |
parent | f695066cd00f0cffbd086b816441e47f0c4ec11e (diff) |
compatibilty -> compatibility
-rw-r--r-- | libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 | 4 | ||||
-rw-r--r-- | libexec/login_krb5/login_krb5.8 | 4 | ||||
-rw-r--r-- | sys/dev/pci/bktr/bktr_os.c | 10 | ||||
-rw-r--r-- | sys/ufs/ufs/inode.h | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 index ace3eb0b9a9..74fa81f5006 100644 --- a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 +++ b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_krb5-or-pwd.8,v 1.5 2001/11/13 14:06:10 mpech Exp $ +.\" $OpenBSD: login_krb5-or-pwd.8,v 1.6 2002/06/06 20:57:46 aaron Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -69,7 +69,7 @@ authentication is not challenge-response based). .Pp The .Ar ignored -argument is ignored for compatibilty with other login scripts. +argument is ignored for compatibility with other login scripts. .Pp .Nm will prompt the user for a password and report back to the diff --git a/libexec/login_krb5/login_krb5.8 b/libexec/login_krb5/login_krb5.8 index e890e5d6932..9f3303a8204 100644 --- a/libexec/login_krb5/login_krb5.8 +++ b/libexec/login_krb5/login_krb5.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_krb5.8,v 1.5 2001/11/13 14:06:10 mpech Exp $ +.\" $OpenBSD: login_krb5.8,v 1.6 2002/06/06 20:57:46 aaron Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -66,7 +66,7 @@ authentication is not challenge-response based). .Pp The .Ar ignored -argument is ignored for compatibilty with other login scripts. +argument is ignored for compatibility with other login scripts. .Pp .Nm will prompt the user for a password and report back to the diff --git a/sys/dev/pci/bktr/bktr_os.c b/sys/dev/pci/bktr/bktr_os.c index 696c3bf1b12..0a2739924fc 100644 --- a/sys/dev/pci/bktr/bktr_os.c +++ b/sys/dev/pci/bktr/bktr_os.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_os.c,v 1.11 2002/06/06 16:29:37 mickey Exp $ */ +/* $OpenBSD: bktr_os.c,v 1.12 2002/06/06 20:57:47 aaron Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.20 2000/10/20 08:16:53 roger Exp $ */ /* @@ -380,12 +380,12 @@ bktr_attach( device_t dev ) fun = fun | 1; /* Enable writes to the sub-system vendor ID */ #if defined( BKTR_430_FX_MODE ) - if (bootverbose) printf("Using 430 FX chipset compatibilty mode\n"); + if (bootverbose) printf("Using 430 FX chipset compatibility mode\n"); fun = fun | 2; /* Enable Intel 430 FX compatibility mode */ #endif #if defined( BKTR_SIS_VIA_MODE ) - if (bootverbose) printf("Using SiS/VIA chipset compatibilty mode\n"); + if (bootverbose) printf("Using SiS/VIA chipset compatibility mode\n"); fun = fun | 4; /* Enable SiS/VIA compatibility mode (usefull for OPTi chipset motherboards too */ #endif @@ -969,12 +969,12 @@ bktr_attach( pcici_t tag, int unit ) fun = fun | 1; /* Enable writes to the sub-system vendor ID */ #if defined( BKTR_430_FX_MODE ) - if (bootverbose) printf("Using 430 FX chipset compatibilty mode\n"); + if (bootverbose) printf("Using 430 FX chipset compatibility mode\n"); fun = fun | 2; /* Enable Intel 430 FX compatibility mode */ #endif #if defined( BKTR_SIS_VIA_MODE ) - if (bootverbose) printf("Using SiS/VIA chipset compatibilty mode\n"); + if (bootverbose) printf("Using SiS/VIA chipset compatibility mode\n"); fun = fun | 4; /* Enable SiS/VIA compatibility mode (usefull for OPTi chipset motherboards too */ #endif diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h index 52a78783351..4f48d2171d9 100644 --- a/sys/ufs/ufs/inode.h +++ b/sys/ufs/ufs/inode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: inode.h,v 1.19 2001/12/19 08:58:07 art Exp $ */ +/* $OpenBSD: inode.h,v 1.20 2002/06/06 20:57:47 aaron Exp $ */ /* $NetBSD: inode.h,v 1.8 1995/06/15 23:22:50 cgd Exp $ */ /* @@ -177,7 +177,7 @@ struct inode_vtbl { #ifndef _KERNEL /* - * These are here purely for backwards compatibilty for userland. + * These are here purely for backwards compatibility for userland. * They allow direct references to FFS structures using the old names. */ |