From 246b42c6ebc38f61cde082eeeaf19852edb4011c Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 15 May 2014 18:55:18 +0200 Subject: [PATCH] Doxygen typo --- src/gwin/button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) *