From a0b11f764b6c2e52d7a41d7bfda438a4e7a9a5b0 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 28 Apr 2014 23:31:33 +0200 Subject: typo --- src/gwin/label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin') diff --git a/src/gwin/label.h b/src/gwin/label.h index 5cf87ad1..eafa8d91 100644 --- a/src/gwin/label.h +++ b/src/gwin/label.h @@ -73,7 +73,7 @@ void gwinLabelSetBorder(GHandle gh, bool_t border); * @brief Add an attribute in front of the actualy label text * @detail Often you want to display a text like this: * Current IP: 192.168.1.42 - * In that case, one the actual IP will be variable, the text in front of it + * In that case, the actual IP will be variable, the text in front of it * always remains the same. The static text is called the attribute and can be * set using this function. * Furthermore, the tab can be set in order to vertically align multiple labels. -- cgit v1.2.3