diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJob.java b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJob.java index 9e28884f26..ee3f7e235e 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJob.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJob.java @@ -601,8 +601,8 @@ final class AutoIngestJob implements Comparable, IngestProgressSn if (comparisonResult == 0) { //if the case name is the same compare with the jobs datasource file name comparisonResult = -this.getManifest().getDataSourcePath().getFileName().toString().compareTo(otherJob.getManifest().getDataSourcePath().getFileName().toString()); - //if they are still the same at this point they may be ordered incosistantly - } + //if they are still the same at this point they may be ordered inconsistently + }n } } return comparisonResult;