From dea3c8aed06072233e9d7bb2906ec0c002af2017 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Dec 2019 22:35:39 -0500 Subject: [PATCH] multisorter: Small documntation improvements --- gtk/gtkmultisorter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmultisorter.c b/gtk/gtkmultisorter.c index f68fb02105..66400c50a2 100644 --- a/gtk/gtkmultisorter.c +++ b/gtk/gtkmultisorter.c @@ -31,7 +31,7 @@ * @Short_description: Combining multiple sorters * * GtkMultiSorter combines multiple sorters by trying them - * in turn. If the first sorter compares to items as equal, + * in turn. If the first sorter compares two items as equal, * the second is tried next, and so on. */ struct _GtkMultiSorter