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/800e10d60a2e
branches: trunk
changeset: 1013323:800e10d60a2e
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 c6232803bfe4 -r 800e10d60a2e 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