Fix a small typo s/parater/parameter

This commit is contained in:
Marc-André Lureau 2013-02-06 17:25:50 +01:00
parent 03d405e484
commit 1568204159

View File

@ -54,7 +54,7 @@ typedef struct _GtkTargetEntry GtkTargetEntry;
* @target: a string representation of the target type
* @flags: #GtkTargetFlags for DND
* @info: an application-assigned integer ID which will
* get passed as a parater to e.g the #GtkWidget::selection-get
* get passed as a parameter to e.g the #GtkWidget::selection-get
* signal. It allows the application to identify the target
* type without extensive string compares.
*