diff options
-rw-r--r-- | src/gwin/label.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |