From 48f358bfda88cca3021a3289bc8a74f353c618b9 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 4 Sep 2017 20:58:52 +0200 Subject: [PATCH] typo fixed --- .../org/springframework/ide/vscode/commons/util/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/FileUtils.java b/headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/FileUtils.java index b4329bd51..839e42612 100644 --- a/headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/FileUtils.java +++ b/headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/FileUtils.java @@ -21,7 +21,7 @@ import java.io.File; public class FileUtils { /** - * Find file given its fil name in the given folder or its parent folders + * Find file given its file name in the given folder or its parent folders * * @param folder Starting folder * @param fileNameToFind Name of the file to find