diff --git a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java index 4dd5e7556e74c621186394723eea7d9df7db49bc..a7737989f483a9323c96e15b485a97f6225528c9 100644 --- a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java +++ b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java @@ -147,7 +147,7 @@ public static DataResultTopComponent createInstance(String title, String pathTex * Creates a new non-default DataResult component * * @param title Title of the component window - * @param customModeName custom mode to dock this custom TopComponent to + * @param mode custom mode to dock this custom TopComponent to * @param pathText Descriptive text about the source of the nodes displayed * @param givenNode The new root node * @param totalMatches Cardinality of root node's children