File tree Expand file tree Collapse file tree
src/main/java/org/variantsync/diffdetective Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323import java .util .function .Consumer ;
2424
2525/**
26- * An analyses that is performed for the entire commit histories of each given git repositoy .
26+ * An analyses that is performed for the entire commit histories of each given git repository .
2727 * @param repositoriesToAnalyze The repositories whose commit history should be analyzed.
2828 * @param outputDir The directory to which any produced results should be written.
2929 * @param commitsToProcessPerThread Number of commits that should be processed by each single thread if multithreading is used.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public ShellException(Exception e) {
2121
2222 /**
2323 * Constructs a {@code ShellException} on command failures indicated by an exit code.
24- * If possible both {@code stdout} and {@code stderr} should be provided in @{ code output}.
24+ * If possible both {@code stdout} and {@code stderr} should be provided in {@ code output}.
2525 */
2626 public ShellException (List <String > output ) {
2727 super (convert (output ));
You can’t perform that action at this time.
0 commit comments