Author: kotkov
Date: Fri Dec 26 11:19:09 2025
New Revision: 1930868

Log:
* tools/dist/release.py
  (main): Fix typo in the comment. No functional change.

Modified:
   subversion/trunk/tools/dist/release.py

Modified: subversion/trunk/tools/dist/release.py
==============================================================================
--- subversion/trunk/tools/dist/release.py      Fri Dec 26 11:17:01 2025        
(r1930867)
+++ subversion/trunk/tools/dist/release.py      Fri Dec 26 11:19:09 2025        
(r1930868)
@@ -1765,7 +1765,7 @@ def main():
     subparser.add_argument('--dry-run', action='store_true', default=False,
                    help='Avoid committing any changes to repositories.')
 
-    # Setup the parser for the create-release-branch subcommand
+    # Setup the parser for the write-release-notes subcommand
     subparser = subparsers.add_parser('write-release-notes',
                     help='''Write a template release-notes file.''')
     subparser.set_defaults(func=write_release_notes)

Reply via email to