From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/widget_type.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widget_type.h') diff --git a/src/widget_type.h b/src/widget_type.h index 495c5267d..1bd4f88fe 100644 --- a/src/widget_type.h +++ b/src/widget_type.h @@ -308,7 +308,7 @@ public: /** * Highlight the widget or not. - * @param higlighted Widget must be highlighted (blink). + * @param highlight_colour Widget must be highlighted (blink). */ inline void NWidgetCore::SetHighlighted(TextColour highlight_colour) { @@ -830,7 +830,7 @@ static inline uint ComputeMaxSize(uint base, uint max_space, uint step) * the child widgets (it has no meaning for the compiler but it makes the widget parts easier to read). * Below the last child widget, use an #EndContainer part. This part should be aligned with the #NWidget part that started the container. * - * - Stacked widgets #NWidgetStacked map each of their childs onto the same space. It behaves like a container, except there is no pre/inter/post space, + * - Stacked widgets #NWidgetStacked map each of their children onto the same space. It behaves like a container, except there is no pre/inter/post space, * so the widget does not support #SetPIP. #SetPadding is allowed though. * Like the other container widgets, below the last child widgets, a #EndContainer part should be used to denote the end of the stacked widget. * @@ -1071,7 +1071,7 @@ static inline NWidgetPart SetPIP(uint8 pre, uint8 inter, uint8 post) /** * Attach a scrollbar to a widget. * The scrollbar is controlled when using the mousewheel on the widget. - * Multipe widgets can refer to the same scrollbar to make the mousewheel work in all of them. + * Multiple widgets can refer to the same scrollbar to make the mousewheel work in all of them. * @param index Widget index of the scrollbar. * @ingroup NestedWidgetParts */ -- cgit v1.2.3-54-g00ecf