aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/button.h2
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)
*