diff options
| author | andvar <andvar@NetBSD.org> | 2022-08-07 11:06:18 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-08-07 11:06:18 +0000 |
| commit | a4f95a9c3db799b8a11dd5b922a217fa3f6d5b3c (patch) | |
| tree | 3f5bf3a4e85533198becae6775237f2bbae26d29 /games | |
| parent | 5e6b415fa3a3e4cafc7e5fea05ccf59a10201f29 (diff) | |
fix various typos in comments, documentation and messages.
mainly s/paramater/parameter/ and s/reduntant/redundant/.
Diffstat (limited to 'games')
| -rw-r--r-- | games/fortune/strfile/strfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index ae4038efc64..110ede41211 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -1,4 +1,4 @@ -/* $NetBSD: strfile.c,v 1.43 2021/05/02 12:50:44 rillig Exp $ */ +/* $NetBSD: strfile.c,v 1.44 2022/08/07 11:06:18 andvar Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\ #if 0 static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: strfile.c,v 1.43 2021/05/02 12:50:44 rillig Exp $"); +__RCSID("$NetBSD: strfile.c,v 1.44 2022/08/07 11:06:18 andvar Exp $"); #endif #endif /* not lint */ #endif /* __NetBSD__ */ @@ -457,7 +457,7 @@ randomize(void) /* * fwrite_be_offt: - * Write out the off paramater as a 64 bit big endian number + * Write out the off parameter as a 64 bit big endian number */ static void |
