From a37fe00b0508fb3c72e0753ec3d51bd33c88096d Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 5 Oct 2020 16:07:53 +0200 Subject: [PATCH] container: fix spelling in hub/kojiweb.conf Found by codespell. --- test/container/hub/kojiweb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/container/hub/kojiweb.conf b/test/container/hub/kojiweb.conf index c0be93c..a71a738 100644 --- a/test/container/hub/kojiweb.conf +++ b/test/container/hub/kojiweb.conf @@ -2,7 +2,7 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py" #(configuration goes in /etc/kojiweb/web.conf) -# Python 3 Cheetah expectes unicode everywhere, apache's default lang is C +# Python 3 Cheetah expects unicode everywhere, apache's default lang is C # which is not sufficient to open our templates WSGIDaemonProcess koji lang=C.UTF-8 WSGIProcessGroup koji