]> Pileus Git - ~andy/gtk/commitdiff
Fix a small typo s/parater/parameter
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 6 Feb 2013 16:25:50 +0000 (17:25 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 6 Feb 2013 16:26:15 +0000 (17:26 +0100)
gtk/gtkselection.h

index 66f39ff9dd612f61c86fb058039fbbb67f1ce13e..c77315fbceef32b3f51cce7d3816842c02c9760e 100644 (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.
  *