Fix typo in comment

This commit is contained in:
Julien Danjou 2008-03-13 15:14:09 +01:00
parent fc9e31ff62
commit 1dc6012aea
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ widget_common_button_press(Widget *widget, XButtonPressedEvent *ev)
* cannot be told anything * cannot be told anything
* \param widget the widget * \param widget the widget
* \param command unused argument * \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 static widget_tell_status_t
widget_common_tell(Widget *widget, char *property __attribute__ ((unused)), widget_common_tell(Widget *widget, char *property __attribute__ ((unused)),