diff options
Diffstat (limited to 'perl-install/Xconfig/parse.pm')
-rw-r--r-- | perl-install/Xconfig/parse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/parse.pm b/perl-install/Xconfig/parse.pm index ab2838b43..d8c8057c6 100644 --- a/perl-install/Xconfig/parse.pm +++ b/perl-install/Xconfig/parse.pm @@ -44,7 +44,7 @@ sub raw_from_file { #- internal my ($comment, $obj, @objs); my $attach_comment = sub { - $obj || @objs or warn "$file:$line: can't attach comment\n"; + $obj || @objs or warn "$file:$line: can not attach comment\n"; if ($comment) { $comment =~ s/\n+$/\n/; ($obj || $objs[0])->{$_[0] . '_comment'} = $comment; |