diff options
author | joe <joe@FreeBSD.org> | 2001-05-20 10:36:13 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-05-20 10:36:13 +0000 |
commit | ddf33a11bdcc05d4bcc83e92ea6cfda43a50f2e4 (patch) | |
tree | 966d09daec4a446bb073a948d780f2b4d94571d3 /CVSROOT/cfg.pm | |
parent | 22e3d98349dd9915af41193f1005e20c673fc142 (diff) | |
download | FreeBSD-ports-ddf33a11bdcc05d4bcc83e92ea6cfda43a50f2e4.zip FreeBSD-ports-ddf33a11bdcc05d4bcc83e92ea6cfda43a50f2e4.tar.gz |
Fix a spilling mistoke in a comment.
Diffstat (limited to 'CVSROOT/cfg.pm')
-rwxr-xr-x | CVSROOT/cfg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index 373aa1f..7c6a05c 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -3,7 +3,7 @@ #################################################################### #################################################################### # This file contains configuration for the CVSROOT perl scripts. -# WARNING: You are strongly adviced to check for syntax errors +# WARNING: You are strongly advised to check for syntax errors # in this file before committing it. Use: perl -c cfg.pm #################################################################### #################################################################### |