summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-04-01 08:59:04 +0000
committerYann Ylavic <ylavic@apache.org>2023-04-01 08:59:04 +0000
commit46812823ac0fa1ef284f93d8c38994d15dc1fa8c (patch)
tree474c331b0b7529b9605bf231f33b5efe085f7acf
parentd7aa8511210ab4b5359ee2d3b9dadbbdf88bb607 (diff)
downloadhttpd-46812823ac0fa1ef284f93d8c38994d15dc1fa8c.tar.gz
Trigger ci.
Merges r1908885 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908886 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/README.pytest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.pytest b/test/README.pytest
index 5949e12b82..474030bdc8 100644
--- a/test/README.pytest
+++ b/test/README.pytest
@@ -72,7 +72,7 @@ Development
-----------
Adding a test in an existing file is done by adding a method. Its name
-must start with 'test_' and the common practise is to have the name
+must start with 'test_' and the common practice is to have the name
of the test suite there as well. All http2 tests start with 'test_h2_'.
Following this can be any characters. If you make test cases of a