Skip to content

Commit b67116d

Browse files
committed
fix typo
1 parent 9ceeeb6 commit b67116d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ExtUtils/MM_Unix.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3134,7 +3134,7 @@ sub perldepend {
31343134
my $make_config = $self->cd('$(PERL_SRC)', '$(MAKE) lib/Config.pm');
31353135

31363136
push @m, sprintf <<'MAKE_FRAG', $make_config if $self->{PERL_SRC};
3137-
# Check for unpropogated config.sh changes. Should never happen.
3137+
# Check for unpropagated config.sh changes. Should never happen.
31383138
# We do NOT just update config.h because that is not sufficient.
31393139
# An out of date config.h is not fatal but complains loudly!
31403140
$(PERL_INCDEP)/config.h: $(PERL_SRC)/config.sh

0 commit comments

Comments
 (0)