| author | Jens Thoms Toerring <jt@toerring.de> | 2016年12月04日 12:19:19 +0100 |
|---|---|---|
| committer | Jens Thoms Toerring <jt@toerring.de> | 2016年12月04日 12:19:19 +0100 |
| commit | 172b4c4ec3d14dc6f2a2f079534d4531e962c6c9 (patch) | |
| tree | 3ca5111256eee7a5eb6d75c44e08cad58bfe8b1d | |
| parent | b7f43a893e255d5706b1b52d31a338375c9e8e23 (diff) | |
| download | xforms-172b4c4ec3d14dc6f2a2f079534d4531e962c6c9.tar.gz | |
| -rw-r--r-- | lib/events.c | 4 |
diff --git a/lib/events.c b/lib/events.c index 744d081..7bdf0dc 100644 --- a/lib/events.c +++ b/lib/events.c @@ -411,8 +411,8 @@ fli_filter_returns( FL_OBJECT * obj ) /*************************************** - * Reads an object from the queue, calls callbacks for the object (if - * they exist) or passes it on to the user via fl_do_forms() etc. + * Reads an object from the queue, calls the callback for the object + * (if it exists) or passes it on to the user via fl_do_forms() etc. ***************************************/ FL_OBJECT * |