@@ -231,7 +231,7 @@ G_BEGIN_DECLS
231231 * #GArrowUTF8NormalizeOptions is a class to customize the
232232 * `utf8_normalize` function.
233233 *
234- * #GArrowQuantileOptions is a class to customize the `qunatile `
234+ * #GArrowQuantileOptions is a class to customize the `quantile `
235235 * function.
236236 *
237237 * #GArrowIndexOptions is a class to customize the `index` function.
@@ -5434,7 +5434,7 @@ garrow_record_batch_take(GArrowRecordBatch *record_batch,
54345434 * @options: (nullable): A #GArrowFilterOptions.
54355435 * @error: (nullable): Return location for a #GError or %NULL.
54365436 *
5437- * Returns: (nullable) (transfer full): The #GArrowArray filterd
5437+ * Returns: (nullable) (transfer full): The #GArrowArray filtered
54385438 * with a boolean selection filter. Nulls in the filter will
54395439 * result in nulls in the output.
54405440 *
@@ -5670,7 +5670,7 @@ garrow_table_sort_indices(GArrowTable *table,
56705670 * @options: (nullable): A #GArrowFilterOptions.
56715671 * @error: (nullable): Return location for a #GError or %NULL.
56725672 *
5673- * Returns: (nullable) (transfer full): The #GArrowTable filterd
5673+ * Returns: (nullable) (transfer full): The #GArrowTable filtered
56745674 * with a boolean selection filter. Nulls in the filter will
56755675 * result in nulls in the output.
56765676 *
@@ -5709,7 +5709,7 @@ garrow_table_filter(GArrowTable *table,
57095709 * @options: (nullable): A #GArrowFilterOptions.
57105710 * @error: (nullable): Return location for a #GError or %NULL.
57115711 *
5712- * Returns: (nullable) (transfer full): The #GArrowTable filterd
5712+ * Returns: (nullable) (transfer full): The #GArrowTable filtered
57135713 * with a chunked array filter. Nulls in the filter will
57145714 * result in nulls in the output.
57155715 *
@@ -5750,7 +5750,7 @@ garrow_table_filter_chunked_array(GArrowTable *table,
57505750 * @options: (nullable): A #GArrowFilterOptions.
57515751 * @error: (nullable): Return location for a #GError or %NULL.
57525752 *
5753- * Returns: (nullable) (transfer full): The #GArrowChunkedArray filterd
5753+ * Returns: (nullable) (transfer full): The #GArrowChunkedArray filtered
57545754 * with a boolean selection filter. Nulls in the filter will
57555755 * result in nulls in the output.
57565756 *
@@ -5789,7 +5789,7 @@ garrow_chunked_array_filter(GArrowChunkedArray *chunked_array,
57895789 * @options: (nullable): A #GArrowFilterOptions.
57905790 * @error: (nullable): Return location for a #GError or %NULL.
57915791 *
5792- * Returns: (nullable) (transfer full): The #GArrowChunkedArray filterd
5792+ * Returns: (nullable) (transfer full): The #GArrowChunkedArray filtered
57935793 * with a chunked array filter. Nulls in the filter will
57945794 * result in nulls in the output.
57955795 *
@@ -5830,7 +5830,7 @@ garrow_chunked_array_filter_chunked_array(GArrowChunkedArray *chunked_array,
58305830 * @options: (nullable): A #GArrowFilterOptions.
58315831 * @error: (nullable): Return location for a #GError or %NULL.
58325832 *
5833- * Returns: (nullable) (transfer full): The #GArrowRecordBatch filterd
5833+ * Returns: (nullable) (transfer full): The #GArrowRecordBatch filtered
58345834 * with a boolean selection filter. Nulls in the filter will
58355835 * result in nulls in the output.
58365836 *
0 commit comments