Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd Fix a typo in a comment



details:   https://anonhg.NetBSD.org/src/rev/a051203c2168
branches:  trunk
changeset: 943076:a051203c2168
user:      leot <leot%NetBSD.org@localhost>
date:      Tue Aug 25 20:02:33 2020 +0000

description:
Fix a typo in a comment

diffstat:

 libexec/httpd/printenv.lua |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 01c5ef40871d -r a051203c2168 libexec/httpd/printenv.lua
--- a/libexec/httpd/printenv.lua        Tue Aug 25 19:42:02 2020 +0000
+++ b/libexec/httpd/printenv.lua        Tue Aug 25 20:02:33 2020 +0000
@@ -1,10 +1,10 @@
--- $NetBSD: printenv.lua,v 1.3 2015/12/07 03:11:48 kamil Exp $
+-- $NetBSD: printenv.lua,v 1.4 2020/08/25 20:02:33 leot Exp $
 
 -- this small Lua script demonstrates the use of Lua in (bozo)httpd
 -- it will simply output the "environment"
 
 -- Keep in mind that bozohttpd forks for each request when started in
--- daemon mode, you can set global veriables here, but they will have
+-- daemon mode, you can set global variables here, but they will have
 -- the same value on each invocation.  You can not keep state between
 -- two calls.
 



Home | Main Index | Thread Index | Old Index