Skip to content

Commit 707ecce

Browse files
authored
Fix typo
1 parent f7f4dff commit 707ecce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/codacy/dockerApi/utils/FileHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object FileHelper {
4242
* @param root path to search recursively
4343
* @param configFileNames to match the files while searching
4444
* @param maxDepth to search
45-
* @return config file path closer to the root
45+
* @return config file path closest to the root
4646
*/
4747
def findConfigurationFile(root: Path, configFileNames: Set[String], maxDepth: Int = 5): Option[Path] = {
4848
val allFiles = better.files.File(root).walk(maxDepth = maxDepth)

0 commit comments

Comments
 (0)