Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public class GenerateJdkToolchainsXmlMojo extends AbstractMojo {

/**
* The path and name pf the toolchain XML file that will be generated.
* The path and name of the toolchain XML file that will be generated.
* If not provided, the XML will be written to the standard output.
*/
@Parameter(property = "toolchain.file")
Expand Down
Loading