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:58:08 UTC

svn commit: r1908885 - /httpd/httpd/trunk/test/README.pytest

Author: ylavic
Date: Sat Apr  1 08:58:08 2023
New Revision: 1908885

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

Modified:
    httpd/httpd/trunk/test/README.pytest

Modified: httpd/httpd/trunk/test/README.pytest
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/README.pytest?rev=1908885&r1=1908884&r2=1908885&view=diff
==============================================================================
--- httpd/httpd/trunk/test/README.pytest (original)
+++ httpd/httpd/trunk/test/README.pytest Sat Apr  1 08:58:08 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