diff options
Diffstat (limited to 'src/gui/widgets/label.h')
-rw-r--r-- | src/gui/widgets/label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 6b598bdda..26790258c 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -146,7 +146,7 @@ class Label final : public Widget, * Sets the alignment of the caption. The alignment is relative * to the center of the label. * - * @param alignemnt The alignment of the caption of the label. + * @param alignment The alignment of the caption of the label. * @see getAlignment, Graphics */ void setAlignment(Graphics::Alignment alignment) |