diff options
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 fd18127772c0..19de3de083c7 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -66,7 +66,7 @@ $LAST_FILE = "$TMPDIR/$FILE_PREFIX.lastdir"; # Check for instances of $IDHEADER in committed files, and # bomb out if they're not present, or corrupted. # Exclusions can be specified in the CVSROOT/exclude file. -# Currently $IDHEADER must be an instance of $CVSHeader$, or an alias +# Currently $IDHEADER must be an instance of '$ CVSHeader $', or an alias # defined in CVSROOT/options. $CHECK_HEADERS = 1; |