We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceeeb6 commit b67116dCopy full SHA for b67116d
lib/ExtUtils/MM_Unix.pm
@@ -3134,7 +3134,7 @@ sub perldepend {
3134
my $make_config = $self->cd('$(PERL_SRC)', '$(MAKE) lib/Config.pm');
3135
3136
push @m, sprintf <<'MAKE_FRAG', $make_config if $self->{PERL_SRC};
3137
-# Check for unpropogated config.sh changes. Should never happen.
+# Check for unpropagated config.sh changes. Should never happen.
3138
# We do NOT just update config.h because that is not sufficient.
3139
# An out of date config.h is not fatal but complains loudly!
3140
$(PERL_INCDEP)/config.h: $(PERL_SRC)/config.sh
0 commit comments