From a4f95a9c3db799b8a11dd5b922a217fa3f6d5b3c Mon Sep 17 00:00:00 2001 From: andvar Date: Sun, 7 Aug 2022 11:06:18 +0000 Subject: fix various typos in comments, documentation and messages. mainly s/paramater/parameter/ and s/reduntant/redundant/. --- games/fortune/strfile/strfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') 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 -- cgit