From 25603267c67044b7500a4f1df293a24a7370d240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 20 Feb 2024 17:14:20 +0100 Subject: [PATCH] Fix typo nginx --- package_linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_linter.py b/package_linter.py index e962f75..761a092 100755 --- a/package_linter.py +++ b/package_linter.py @@ -1449,7 +1449,7 @@ class Configurations(TestSuite): if os.system(cmd) != 0: yield Warning( - "When using regexp in the nignx location field (location ~ __PATH__), start the path with ^ (location ~ ^__PATH__)." + "When using regexp in the nginx location field (location ~ __PATH__), start the path with ^ (location ~ ^__PATH__)." )