From f022b9e93b8d5ade6ddef774ce96c570f83e6275 Mon Sep 17 00:00:00 2001 From: dzmipt Date: Sat, 16 Nov 2024 17:50:42 +0100 Subject: [PATCH] fixing typo --- src/studio/ui/chart/patched/ChartPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/studio/ui/chart/patched/ChartPanel.java b/src/studio/ui/chart/patched/ChartPanel.java index 3c2e4dd0..e73c55b1 100644 --- a/src/studio/ui/chart/patched/ChartPanel.java +++ b/src/studio/ui/chart/patched/ChartPanel.java @@ -309,7 +309,7 @@ public class ChartPanel extends JPanel implements ChartChangeListener, /** Menu item for changing properties of the chart. */ protected JMenuItem propertiesItem; - /** Menu item for copy the char to sysmtem clipboard. */ + /** Menu item for copy the char to system clipboard. */ protected JMenuItem copyItem; /** Menu item for saving the chart as PNG. */