From 8c56a15226afb2a189c612cc6307b202d9f0758b Mon Sep 17 00:00:00 2001
From: Mark McKinnon <mark.mckinnon@davenport.edu>
Date: Wed, 28 Oct 2020 13:13:19 -0400
Subject: [PATCH] Fix typos

Fix types from review comments.
---
 bindings/java/doxygen/artifact_catalog.dox           | 12 ++++++------
 .../src/org/sleuthkit/datamodel/Bundle.properties    |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox
index 9b2d045b4..230aa40e7 100644
--- a/bindings/java/doxygen/artifact_catalog.dox
+++ b/bindings/java/doxygen/artifact_catalog.dox
@@ -36,19 +36,19 @@ TSK_CARD_NUMBER (Credit card number)
 ---
 
 ## TSK_ACTIVITY
-Activity on the system or from an application.  Example Usage is a mobile device being locked and unlocked.
+Activity on the system or from an application.  Example usage is a mobile device being locked and unlocked.
 . 
 
 ### REQUIRED ATTRIBUTES
-- TSK_DATETIME_START (When activity Started)
+- TSK_DATETIME_START (When activity started)
     or 
   TSK_DATETIME
 
 ### OPTIONAL ATTRIBUTES
-- TSK_ACTIVITY_TYPE (Activity Type i.e.: On or Off)
+- TSK_ACTIVITY_TYPE (Activity type i.e.: On or Off)
 - TSK_DATETIME_END (When activity ended)
 - TSK_PROG_NAME (Name of the program doing the activity)
-- TSK_VALUE (Connection Type)
+- TSK_VALUE (Connection type)
 
 ---
 
@@ -62,7 +62,7 @@ Provides a backwards link to an artifact that references the parent file of this
 
 ---
 ## TSK_BACKUP
-Details about System/Aplication/File backups.
+Details about System/aplication/file backups.
 
 ### REQUIRED ATTRIBUTES
 - TSK_DATETIME_START (Date/Time the backup happened)
@@ -627,7 +627,7 @@ Details about a remote drive found in the data source.
 
 ---
 ## TSK_SCREEN_SHOTS
-Screen shots from a device or Application.
+Screenshots from a device or application.
 
 ### REQUIRED ATTRIBUTES
 - TSK_DATETIME (When the screenshot was taken)
diff --git a/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties b/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
index 79521dd87..c7236ed5c 100644
--- a/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
+++ b/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
@@ -55,10 +55,10 @@ BlackboardArtifact.tskUserContentSuspected.text=User Content Suspected
 BlackboardArtifact.tskMetadata.text=Metadata
 BlackboardArtifact.tskTrack.text=GPS Track
 BlackboardArtifact.tskWebAccountType.text=Web Account Type
-BlackboardArtifact.tskScreenShots.text=Screen Shots
+BlackboardArtifact.tskScreenShots.text=Screenshots
 BlackboardArtifact.tskDhcpInfo.text=DHCP Information
 BlackboardArtifact.tskNotifications.text=Notification
-BlackboardArtifact.tskBackup.text=Backup
+BlackboardArtifact.tskBackup.text=Backups
 BlackboardArtifact.tskDeletedProg.text=Deleted Programs
 BlackboardArtifact.tskActivity.text=Activity
 BlackboardArtifact.shortDescriptionDate.text=at {0}
-- 
GitLab