svn commit: r397524 - svnadmin/hooks

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 21 22:12:14 UTC 2015


Author: bdrewery
Date: Mon Sep 21 22:12:13 2015
New Revision: 397524
URL: https://svnweb.freebsd.org/changeset/ports/397524

Log:
  Fix typo.
  
  With hat:	portmgr

Modified:
  svnadmin/hooks/pre-commit

Modified: svnadmin/hooks/pre-commit
==============================================================================
--- svnadmin/hooks/pre-commit	Mon Sep 21 22:09:08 2015	(r397523)
+++ svnadmin/hooks/pre-commit	Mon Sep 21 22:12:13 2015	(r397524)
@@ -95,7 +95,7 @@ mergeinfo.sh "$REPO" "$TXN" || exit 1
 # check NO_STAGE in commits
 stage-only.sh "$REPO" "$TXN" || exit 1
 
-# check commits to vulk.xml don't have other files
+# check commits to vuln.xml don't have other files
 vulnxml-unique.sh "$REPO" "$TXN" || exit 1
 
 # check for filenames with invalid chars


More information about the svn-ports-svnadmin mailing list