Author: stsp
Date: Wed Mar 11 15:00:01 2015
New Revision: 1665891
URL: http://svn.apache.org/r1665891
Log:
* subversion/tests/cmdline/authz_tests.py: This file is for testing
authorization, not authentication. Fix file header comment.
Modified:
subversion/trunk/subversion/tests/cmdline/authz_tests.py
Modified: subversion/trunk/subversion/tests/cmdline/authz_tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/authz_tests.py?rev=1665891&r1=1665890&r2=1665891&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/authz_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/authz_tests.py Wed Mar 11
15:00:01 2015
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# authz_tests.py: testing authentication.
+# authz_tests.py: testing authorization.
#
# Subversion is a tool for revision control.
# See http://subversion.apache.org for more information.