@@ -519,7 +519,7 @@ public void actionPerformed(ActionEvent e) {
519519 else if (tbVis == TracerOptions .SHOW_AS_NEEDED )
520520 timelineToolbar .setVisible (timelineView .isShowing ());
521521
522- addClientToobarItem (timelineToolbar );
522+ addClientToolbarItem (timelineToolbar );
523523 }
524524
525525 private void hideTimelineToolbar () {
@@ -577,7 +577,7 @@ public void run() {
577577 updateSelectionToolbar (false );
578578 }
579579
580- addClientToobarItem (selectionToolbar );
580+ addClientToolbarItem (selectionToolbar );
581581 }
582582
583583 private void updateSelectionToolbar (boolean dynamicSelection ) {
@@ -637,7 +637,7 @@ public boolean isEnabled() {
637637 else if (tbVis == TracerOptions .SHOW_AS_NEEDED )
638638 extraToolbar .setVisible (exportAllAction .isEnabled ());
639639
640- addClientToobarItem (extraToolbar );
640+ addClientToolbarItem (extraToolbar );
641641 }
642642
643643 private void hideExtraToolbar () {
@@ -648,7 +648,7 @@ private void showExtraToolbar() {
648648 if (extraToolbar != null ) extraToolbar .setVisible (true );
649649 }
650650
651- private void addClientToobarItem (Component c ) {
651+ private void addClientToolbarItem (Component c ) {
652652 final SimpleSeparator s = createToolbarSeparator ();
653653 new VisibilityHandler () {
654654 public void shown () { s .setVisible (true ); }
@@ -803,7 +803,7 @@ public void run() {
803803 refreshUnitsLabel .setToolTipText ("Tracer sampling frequency" );
804804 refreshRateContainer .add (refreshUnitsLabel );
805805
806- addClientToobarItem (refreshRateContainer );
806+ addClientToolbarItem (refreshRateContainer );
807807 }
808808
809809 return view ;
0 commit comments