svn commit: r360425 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Tue Apr 28 02:13:18 UTC 2020


Author: kevans
Date: Tue Apr 28 02:13:17 2020
New Revision: 360425
URL: https://svnweb.freebsd.org/changeset/base/360425

Log:
  config.lua(8): "may should" is not proper grammar
  
  Reported by:	rpokala
  X-MFC-With:	r360421

Modified:
  head/stand/lua/config.lua.8

Modified: head/stand/lua/config.lua.8
==============================================================================
--- head/stand/lua/config.lua.8	Tue Apr 28 02:11:02 2020	(r360424)
+++ head/stand/lua/config.lua.8	Tue Apr 28 02:13:17 2020	(r360425)
@@ -64,7 +64,7 @@ Process
 .Ev files
 as if it were
 .Ev loader_conf_files .
-The caller may should pass in a table as the
+The caller should pass in a table as the
 .Ev loaded_files
 argument, which uses filenames as keys and any non-nil value to indicate that
 the file named by the key has been loaded.


More information about the svn-src-head mailing list