diff --git a/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.java b/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.java index e0ac3c9220..e7ec7cec82 100644 --- a/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.java +++ b/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.java @@ -172,7 +172,7 @@ final public class VisualizationPanel extends JPanel implements Lookup.Provider try { super.paint(graphics); } catch (NullPointerException ex) { //NOPMD We can't find the underlying cause in jgraphx - logger.log(Level.WARNING, "There was a NPE while painging the VisualizaitonPanel.", ex); + logger.log(Level.WARNING, "There was a NPE while painting the VisualizaitonPanel.", ex); } }