@@ -901,7 +901,7 @@ public static String removePath( final String filepath )
901901 * </pre>
902902 *
903903 * @param filepath the path of the file
904- * @param fileSeparatorChar the file separator character like <b>/</b> on Unix plateforms .
904+ * @param fileSeparatorChar the file separator character like <b>/</b> on Unix platforms .
905905 * @return the filename minus path
906906 */
907907 public static String removePath ( final String filepath , final char fileSeparatorChar )
@@ -941,7 +941,7 @@ public static String getPath( final String filepath )
941941 * </pre>
942942 *
943943 * @param filepath the filepath
944- * @param fileSeparatorChar the file separator character like <b>/</b> on Unix plateforms .
944+ * @param fileSeparatorChar the file separator character like <b>/</b> on Unix platforms .
945945 * @return the filename minus path
946946 */
947947 public static String getPath ( final String filepath , final char fileSeparatorChar )
@@ -2019,7 +2019,7 @@ public static void copyDirectory( File sourceDirectory, File destinationDirector
20192019 * @param sourceDirectory the source dir
20202020 * @param destinationDirectory the target dir
20212021 * @param includes include pattern
2022- * @param excludes exlucde pattern
2022+ * @param excludes exclude pattern
20232023 * @throws IOException if any
20242024 * @see #getFiles(File, String, String)
20252025 */
@@ -2052,7 +2052,7 @@ public static void copyDirectory( File sourceDirectory, File destinationDirector
20522052 * @param sourceDirectory the source dir
20532053 * @param destinationDirectory the target dir
20542054 * @param includes include pattern
2055- * @param excludes exlucde pattern
2055+ * @param excludes exclude pattern
20562056 * @throws IOException if any
20572057 * @since 1.5.7
20582058 */
@@ -2338,7 +2338,7 @@ public static abstract class FilterWrapper
23382338 * @param encoding the file output encoding (only if wrappers is not empty)
23392339 * @param wrappers array of {@link FilterWrapper}
23402340 * @param overwrite if true and f wrappers is null or empty, the file will be copy
2341- * enven if to.lastModified() < from.lastModified()
2341+ * even if to.lastModified() < from.lastModified()
23422342 * @throws IOException if an IO error occurs during copying or filtering
23432343 * @since 1.5.2
23442344 */
0 commit comments