From bc314d6d424873008e8eb66d180b92c3a9fd017c Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 13 Jun 2018 10:25:10 -0400 Subject: [PATCH] Fix spelling error on AutoIngestJob.java --- .../autopsy/experimental/autoingest/AutoIngestJob.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;