From 489d674e918115a1da1e99df2b666b68932da450 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:45:50 -0400 Subject: [PATCH] spelling: added Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../src/org/pushingpixels/flamingo/api/ribbon/JRibbon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/flamingo/src/org/pushingpixels/flamingo/api/ribbon/JRibbon.java b/libsrc/flamingo/src/org/pushingpixels/flamingo/api/ribbon/JRibbon.java index 7929e552d..4c8263fb2 100644 --- a/libsrc/flamingo/src/org/pushingpixels/flamingo/api/ribbon/JRibbon.java +++ b/libsrc/flamingo/src/org/pushingpixels/flamingo/api/ribbon/JRibbon.java @@ -69,7 +69,7 @@ import org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI; * The contextual ribbon task groups allow showing and hiding ribbon tasks based * on the current selection in the application. For example, Word only shows the * table tasks when a table is selected in the document. By default, tasks - * belonging to the groups adde by + * belonging to the groups added by * {@link #addContextualTaskGroup(RibbonContextualTaskGroup)} are not visible. * To show the tasks belonging to the specific group, call * {@link #setVisible(RibbonContextualTaskGroup, boolean)} API. Note that you