RED-6204: Corrected typo in comment

This commit is contained in:
Viktor Seifert 2023-02-24 15:18:00 +01:00
parent 196cd5934b
commit dcf040b000

View File

@ -21,7 +21,7 @@ public class FileUtils {
/**
* Deletes a files; logs a message with the reason if the deletions fails.
* Deletes a file; logs a message with the reason if the deletion fails.
* This method is null-safe.
* @param file The file to delete. Can be null.
*/