From 14c80d7d147c9b334c6b7a1a8764a4013aba514f Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Mon, 26 Oct 2015 14:58:51 -0400 Subject: [PATCH] Fix typo in core.RuntimeProperties comment --- Core/src/org/sleuthkit/autopsy/core/RuntimeProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/core/RuntimeProperties.java b/Core/src/org/sleuthkit/autopsy/core/RuntimeProperties.java index 42b1e32e09..61e2c9112a 100644 --- a/Core/src/org/sleuthkit/autopsy/core/RuntimeProperties.java +++ b/Core/src/org/sleuthkit/autopsy/core/RuntimeProperties.java @@ -61,7 +61,7 @@ public class RuntimeProperties { } /** - * Private constructor to prevent creatino of instances of this class. + * Private constructor to prevent creation of instances of this class. */ private RuntimeProperties() {