From 1dc6012aea01786ce3b58ed8b980480e63358d1c Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 13 Mar 2008 15:14:09 +0100 Subject: [PATCH] Fix typo in comment --- widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget.c b/widget.c index 2ebc0b27..122fb131 100644 --- a/widget.c +++ b/widget.c @@ -128,7 +128,7 @@ widget_common_button_press(Widget *widget, XButtonPressedEvent *ev) * cannot be told anything * \param widget the widget * \param command unused argument - * \return widget_tell_status_t enum (strucs.h) + * \return widget_tell_status_t enum (see structs.h) */ static widget_tell_status_t widget_common_tell(Widget *widget, char *property __attribute__ ((unused)),