Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoncek committed Apr 8, 2024
1 parent 6c5b5fe commit a7d08f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3572,7 +3572,7 @@ <h3 id="_add_maven_depmap_macro">9.1. <code>%add_maven_depmap</code> macro</h3>

# Use autogenerated .mfiles file instead of specifying individual files
%files -f .mfiles
%files javadoc -f mfiles-javadoc</code></pre>
%files javadoc -f .mfiles-javadoc</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ant test
# Use autogenerated .mfiles file instead of specifying individual files
%files -f .mfiles
%files javadoc -f mfiles-javadoc
%files javadoc -f .mfiles-javadoc
----

.Aliases and subpackages
Expand Down

0 comments on commit a7d08f0

Please sign in to comment.