about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-20 00:16:17 +0000
committerEric Wong <e@80x24.org>2019-06-20 00:17:55 +0000
commitce776800cdb29801bce7cf81d441fe9699a90afc (patch)
treec6b7b5b6310b4429d2cfd9b1a8a78a5c36ac4ffa
parentc6e7de3579258b73aed9ee5f96c4cb25bb335c86 (diff)
downloadpublic-inbox-ce776800cdb29801bce7cf81d441fe9699a90afc.tar.gz
Plack is for Perl, Rack is for Ruby; this a Perl project :x
-rw-r--r--t/httpd-corner.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/httpd-corner.t b/t/httpd-corner.t
index 7c219943..56e5a5bc 100644
--- a/t/httpd-corner.t
+++ b/t/httpd-corner.t
@@ -1,7 +1,7 @@
-# Copyright (C) 2016-2018 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # note: our HTTP server should be standalone and capable of running
-# generic Rack apps.
+# generic PSGI/Plack apps.
 use strict;
 use warnings;
 use Test::More;