Remove duplicate word from comment.

This commit is contained in:
verytable 2020-01-31 23:13:31 +03:00
parent 6bcbc9ced4
commit afe8fcdc4d

View file

@ -94,7 +94,7 @@ func testSubmission(studentRepo, privateRepo, problem string) {
// Path to private problem folder.
privateProblem := path.Join(privateRepo, problem)
// Copy submission files to temp temp dir.
// Copy submission files to temp dir.
log.Printf("copying student solution")
copyContents(studentProblem, tmpDir)