From fc3a8008f93492ec6dfaa03a8b7166daff65540f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20T=C5=AFma?= Date: Thu, 5 Dec 2024 07:35:43 +0100 Subject: [PATCH] I wanted to have a commit too :-) --- .../src/main/java/org/renaissance/core/DirUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renaissance-core/src/main/java/org/renaissance/core/DirUtils.java b/renaissance-core/src/main/java/org/renaissance/core/DirUtils.java index ce7981e8..9f845a76 100644 --- a/renaissance-core/src/main/java/org/renaissance/core/DirUtils.java +++ b/renaissance-core/src/main/java/org/renaissance/core/DirUtils.java @@ -39,7 +39,7 @@ public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOEx if (deleteRoot || !rootDir.equals(dir)) { if (exc != null) { // There was an earlier failure with one of the children, which means - // that we will not be able do delete this directory anyway. + // that we will not be able to delete this directory anyway. throw exc; }