diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-05-15 18:55:18 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-05-15 18:55:18 +0200 |
commit | 246b42c6ebc38f61cde082eeeaf19852edb4011c (patch) | |
tree | 672f94f7c1e688ec2feff3a3718572a3bee79356 | |
parent | 70c15a1d62510ac9dec334d015c4cd4af48d302a (diff) | |
download | uGFX-246b42c6ebc38f61cde082eeeaf19852edb4011c.tar.gz uGFX-246b42c6ebc38f61cde082eeeaf19852edb4011c.tar.bz2 uGFX-246b42c6ebc38f61cde082eeeaf19852edb4011c.zip |
Doxygen typo
-rw-r--r-- | src/gwin/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/button.h b/src/gwin/button.h index 6dd78488..194f1229 100644 --- a/src/gwin/button.h +++ b/src/gwin/button.h @@ -80,7 +80,7 @@ GHandle gwinGButtonCreate(GDisplay *g, GButtonObject *gb, const GWidgetInit *pIn /** * @brief Is the button current pressed - * @return TRUE if the button is depressed + * @return TRUE if the button is pressed * * @param[in] gh The window handle (must be a button widget) * |