You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2023/04/01 08:59:05 UTC

svn commit: r1908886 - in /httpd/httpd/branches/2.4.x: ./ test/README.pytest

Author: ylavic
Date: Sat Apr  1 08:59:04 2023
New Revision: 1908886

URL: http://svn.apache.org/viewvc?rev=1908886&view=rev
Log:
Trigger ci.

Merges r1908885 from trunk.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/test/README.pytest

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1908885

Modified: httpd/httpd/branches/2.4.x/test/README.pytest
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/test/README.pytest?rev=1908886&r1=1908885&r2=1908886&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/test/README.pytest (original)
+++ httpd/httpd/branches/2.4.x/test/README.pytest Sat Apr  1 08:59:04 2023
@@ -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