diff options
-rw-r--r-- | sys/ntfs/ntfs_subr.c | 4 | ||||
-rw-r--r-- | usr.bin/xlint/lint1/init.c | 6 | ||||
-rw-r--r-- | usr.sbin/httpd/src/modules/standard/mod_rewrite.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/ntfs/ntfs_subr.c b/sys/ntfs/ntfs_subr.c index 185c040fa08..557b18c2ede 100644 --- a/sys/ntfs/ntfs_subr.c +++ b/sys/ntfs/ntfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_subr.c,v 1.22 2010/09/04 21:35:58 tedu Exp $ */ +/* $OpenBSD: ntfs_subr.c,v 1.23 2010/09/09 11:31:40 miod Exp $ */ /* $NetBSD: ntfs_subr.c,v 1.4 2003/04/10 21:37:32 jdolecek Exp $ */ /*- @@ -155,7 +155,7 @@ ntfs_findvattr(ntmp, ip, lvapp, vapp, type, name, namelen, vcn) /* * Search attribute specified in ntnode (load ntnode if necessary). * If not found but ATTR_A_ATTRLIST present, read it in and search through. - * VOP_VGET node needed, and lookup through its ntnode (load if nessesary). + * VOP_VGET node needed, and lookup through its ntnode (load if necessary). * * ntnode should be locked */ diff --git a/usr.bin/xlint/lint1/init.c b/usr.bin/xlint/lint1/init.c index f6be3556c24..000df3ed04c 100644 --- a/usr.bin/xlint/lint1/init.c +++ b/usr.bin/xlint/lint1/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.11 2007/11/26 09:28:34 martynas Exp $ */ +/* $OpenBSD: init.c,v 1.12 2010/09/09 11:31:40 miod Exp $ */ /* $NetBSD: init.c,v 1.4 1995/10/02 17:21:37 jpo Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: init.c,v 1.11 2007/11/26 09:28:34 martynas Exp $"; +static char rcsid[] = "$OpenBSD: init.c,v 1.12 2010/09/09 11:31:40 miod Exp $"; #endif #include <stdlib.h> @@ -394,7 +394,7 @@ mkinit(tnode_t *tn) goto end; /* - * Store the tree memory. This is nessesary because otherwise + * Store the tree memory. This is necessary because otherwise * expr() would free it. */ tmem = tsave(); diff --git a/usr.sbin/httpd/src/modules/standard/mod_rewrite.c b/usr.sbin/httpd/src/modules/standard/mod_rewrite.c index dcc4aaa99b3..90a76cc59cd 100644 --- a/usr.sbin/httpd/src/modules/standard/mod_rewrite.c +++ b/usr.sbin/httpd/src/modules/standard/mod_rewrite.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mod_rewrite.c,v 1.27 2008/04/25 14:51:35 jmc Exp $ */ +/* $OpenBSD: mod_rewrite.c,v 1.28 2010/09/09 11:31:40 miod Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -1923,7 +1923,7 @@ static int apply_rewrite_rule(request_rec *r, rewriterule_entry *p, * Ok, we already know the pattern has matched, but we now * additionally have to check for all existing preconditions * (RewriteCond) which have to be also true. We do this at - * this very late stage to avoid unnessesary checks which + * this very late stage to avoid unnecessary checks which * would slow down the rewriting engine!! */ rewriteconds = p->rewriteconds; |