diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-24 01:22:45 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-24 01:22:45 +0800 |
commit | 4f0ae25a4453b9e4cbac9f9588a91b918247f5ee (patch) | |
tree | 177b671d3658e01cb7cfbad0dff245e00f157e08 /Tools/scripts | |
parent | ae41d463c251771ec584506b354139fa123bce6a (diff) | |
download | freebsd-ports-gnome-4f0ae25a4453b9e4cbac9f9588a91b918247f5ee.tar.gz freebsd-ports-gnome-4f0ae25a4453b9e4cbac9f9588a91b918247f5ee.tar.zst freebsd-ports-gnome-4f0ae25a4453b9e4cbac9f9588a91b918247f5ee.zip |
- s/make/may/
Reported by: wxs
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/mark_safe.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/mark_safe.pl b/Tools/scripts/mark_safe.pl index 24e70e0b4ad5..eab646b1f9f8 100755 --- a/Tools/scripts/mark_safe.pl +++ b/Tools/scripts/mark_safe.pl @@ -3,7 +3,7 @@ # $FreeBSD$ # # MAINTAINER= pgollucci@FreeBSD.org -# all committers make commit to this file without approval +# all committers may commit to this file without approval ## core use strict; |