Skip to content

Commit 8a49feb

Browse files
committed
Comment typo.
1 parent f98df7e commit 8a49feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/FileSystemUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ List<String> performCommand(final String[] cmdAttribs, final int max, final Dura
507507
ThreadMonitor.stop(monitor);
508508

509509
if (proc.exitValue() != 0) {
510-
// os command problem, throw exception
510+
// OS command problem, throw exception
511511
throw new IOException(
512512
"Command line returned OS error code '" + proc.exitValue() +
513513
"' for command " + Arrays.asList(cmdAttribs));

0 commit comments

Comments
 (0)