From 01bc9a41d75bc6f61ec2a3226f66128f345acd54 Mon Sep 17 00:00:00 2001 From: millmanorama Date: Fri, 23 Sep 2016 13:50:14 +0200 Subject: [PATCH] fix typos in comment --- Core/src/org/sleuthkit/autopsy/report/ReportHTML.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java index fd4c5713a3..dfd4975aa7 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java @@ -266,9 +266,9 @@ class ReportHTML implements TableReportModule { } } else if (dataType.startsWith(ARTIFACT_TYPE.TSK_ACCOUNT.getDisplayName())) { /* TSK_ACCOUNT artifacts get separated by their TSK_ACCOUNT_TYPE - * attribute, with a compund dataType name, so they are not caught + * attribute, with a compound dataType name, so they are not caught * by the switch statement above. For now we just give them all the - * general account icon, but we could do soemthing else in the + * general account icon, but we could do something else in the * future. */ in = getClass().getResourceAsStream("/org/sleuthkit/autopsy/report/images/accounts.png"); //NON-NLS