From 90abead58e2b966647f4e70b4b92a721a5e49f82 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 6 Jun 2010 00:00:33 +0000 Subject: [PATCH] Fix typo in comment. --- usr.bin/sort/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/sort/init.c b/usr.bin/sort/init.c index 7b9ab8bfe6c6..e1dfd4f5cfa2 100644 --- a/usr.bin/sort/init.c +++ b/usr.bin/sort/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.26 2010/06/05 17:46:08 dholland Exp $ */ +/* $NetBSD: init.c,v 1.27 2010/06/06 00:00:33 wiz Exp $ */ /*- * Copyright (c) 2000-2003 The NetBSD Foundation, Inc. @@ -63,7 +63,7 @@ #include "sort.h" -__RCSID("$NetBSD: init.c,v 1.26 2010/06/05 17:46:08 dholland Exp $"); +__RCSID("$NetBSD: init.c,v 1.27 2010/06/06 00:00:33 wiz Exp $"); #include #include @@ -277,7 +277,7 @@ options_need_argument(const char *arg, const char *opts) * Replace historic +SPEC arguments with appropriate -kSPEC. * * The form can be either a single +SPEC or a pair +SPEC -SPEC. - * The followiing -SPEC is not recognized unless it follows + * The following -SPEC is not recognized unless it follows * immediately. */ void