Skip to content

Commit 4b6410b

Browse files
committed
Minor typo in comment
1 parent 3f6d72a commit 4b6410b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dcache/src/main/java/org/dcache/pool/classic/IoQueueManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public Serializable call() throws CommandException {
438438
}
439439

440440
if (isBinary) {
441-
// ignore sortin and grouping by queue name if binnary
441+
// ignore sorting and grouping by queue name if binary
442442
return queues.stream().flatMap(s -> s.getJobInfos().stream())
443443
.toArray(IoJobInfo[]::new);
444444
} else {

0 commit comments

Comments
 (0)