1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-04 06:50:00 +00:00

Fixed a typo in previous commit.

This commit is contained in:
Raman
2017-11-08 12:31:08 -05:00
parent 1eedb00aba
commit dfd8043fff

View File

@@ -184,7 +184,7 @@ class TableReportGenerator {
}
}
catch (TskCoreException ex) {
logger.log(Level.SEVERE, "Unable to get dusplay name for account type.", ex);
logger.log(Level.SEVERE, "Unable to get display name for account type.", ex);
}
}