Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 11:05:27 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361249 - head/lib/libc/stdlib
Message-ID:  <202005191105.04JB5RIB018409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr (doc committer)
Date: Tue May 19 11:05:27 2020
New Revision: 361249
URL: https://svnweb.freebsd.org/changeset/base/361249

Log:
  Fix a typo: argments -> arguments
  
  PR:		243294
  Submitted by:	Igor Ostapenko
  MFC after:	5 days

Modified:
  head/lib/libc/stdlib/getopt_long.3

Modified: head/lib/libc/stdlib/getopt_long.3
==============================================================================
--- head/lib/libc/stdlib/getopt_long.3	Tue May 19 09:17:20 2020	(r361248)
+++ head/lib/libc/stdlib/getopt_long.3	Tue May 19 11:05:27 2020	(r361249)
@@ -244,7 +244,7 @@ matching the default behavior of
 .Xr getopt 3 .
 The default behavior without
 .Ql \&+
-is to permute non-option argments to the end of
+is to permute non-option arguments to the end of
 .Fa argv .
 .Pp
 A leading



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005191105.04JB5RIB018409>