diff options
| author | christos <christos@NetBSD.org> | 2007-02-02 15:48:54 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-02-02 15:48:54 +0000 |
| commit | ca93cf9ea4b239354cca910dd35d9137bbc29cf2 (patch) | |
| tree | 1f5b9536cb9e29daea489cfd37518ad5788d41a5 /usr.bin/find/function.c | |
| parent | 5374d6ac8991a9eee07f014305ee6baf03186d22 (diff) | |
fix spello (from Anon Ymous)
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 1864a95f661..0eda27b9633 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,4 +1,4 @@ -/* $NetBSD: function.c,v 1.60 2006/12/14 20:55:56 he Exp $ */ +/* $NetBSD: function.c,v 1.61 2007/02/02 15:48:54 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "from: @(#)function.c 8.10 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: function.c,v 1.60 2006/12/14 20:55:56 he Exp $"); +__RCSID("$NetBSD: function.c,v 1.61 2007/02/02 15:48:54 christos Exp $"); #endif #endif /* not lint */ @@ -1692,7 +1692,7 @@ c_user(char ***argvp, int isok) /* * -xdev functions -- * - * Always true, causes find not to decend past directories that have a + * Always true, causes find not to descend past directories that have a * different device ID (st_dev, see stat() S5.6.2 [POSIX.1]) */ PLAN * |
