From 5b74bb897423d000004bc4fdb676c930f933341e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 3 Nov 2022 21:32:32 -0400 Subject: [PATCH] spelling: without Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/main/java/com/crowdin/cli/properties/helper/FileHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/crowdin/cli/properties/helper/FileHelper.java b/src/main/java/com/crowdin/cli/properties/helper/FileHelper.java index 1614c2a6b..2282a9875 100755 --- a/src/main/java/com/crowdin/cli/properties/helper/FileHelper.java +++ b/src/main/java/com/crowdin/cli/properties/helper/FileHelper.java @@ -96,7 +96,7 @@ public List getFiles(String source) { * * @param sources the source files. * @param ignores the configured filters. - * @return the list of source files withoug the ignores. + * @return the list of source files without the ignores. */ public List filterOutIgnoredFiles(List sources, List ignores) { if (sources == null || ignores == null) {