We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6d72a commit 4b6410bCopy full SHA for 4b6410b
modules/dcache/src/main/java/org/dcache/pool/classic/IoQueueManager.java
@@ -438,7 +438,7 @@ public Serializable call() throws CommandException {
438
}
439
440
if (isBinary) {
441
- // ignore sortin and grouping by queue name if binnary
+ // ignore sorting and grouping by queue name if binary
442
return queues.stream().flatMap(s -> s.getJobInfos().stream())
443
.toArray(IoJobInfo[]::new);
444
} else {
0 commit comments