aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-04-28 23:31:33 +0200
committerJoel Bodenmann <joel@unormal.org>2014-04-28 23:31:33 +0200
commita0b11f764b6c2e52d7a41d7bfda438a4e7a9a5b0 (patch)
treeb6ff77cb47dd69d5d69ba52c023b7cd72aa2ca85 /src/gwin
parent3ca8a99c7ef7c07267933cdf9ba0de59e50b9db4 (diff)
downloaduGFX-a0b11f764b6c2e52d7a41d7bfda438a4e7a9a5b0.tar.gz
uGFX-a0b11f764b6c2e52d7a41d7bfda438a4e7a9a5b0.tar.bz2
uGFX-a0b11f764b6c2e52d7a41d7bfda438a4e7a9a5b0.zip
typo
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/label.h2
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.