diff --git a/libsrc/flamingo/src/org/pushingpixels/flamingo/internal/ui/ribbon/JRibbonGallery.java b/libsrc/flamingo/src/org/pushingpixels/flamingo/internal/ui/ribbon/JRibbonGallery.java index becd5e67e..147430acf 100644 --- a/libsrc/flamingo/src/org/pushingpixels/flamingo/internal/ui/ribbon/JRibbonGallery.java +++ b/libsrc/flamingo/src/org/pushingpixels/flamingo/internal/ui/ribbon/JRibbonGallery.java @@ -306,11 +306,11 @@ public class JRibbonGallery extends JComponent { } /** - * Returns the list of buttons in the specifed button group. + * Returns the list of buttons in the specified button group. * * @param buttonGroupName * Button group name. - * @return The list of buttons in the specifed button group. + * @return The list of buttons in the specified button group. */ public List getButtonGroup(String buttonGroupName) { for (StringValuePair> group : this.buttonGroups) { diff --git a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java index 97a4cb9ae..bba7e54fc 100644 --- a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java @@ -33,7 +33,7 @@ import javax.swing.SwingConstants; * customize the scrollable features by using newly provided setter methods so * you don't have to extend this class every time. *

- * Scrollable amounts can be specifed as a percentage of the viewport size or as + * Scrollable amounts can be specified as a percentage of the viewport size or as * an actual pixel value. The amount can be changed for both unit and block * scrolling for both horizontal and vertical scrollbars. *