Fix a typo in a warning.

2005-04-05  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level):
	Fix a typo in a warning.
This commit is contained in:
Matthias Clasen
2005-04-05 23:05:53 +00:00
committed by Matthias Clasen
parent e20434093a
commit bcfe29ec12
4 changed files with 10 additions and 1 deletions

View File

@ -2314,7 +2314,7 @@ gtk_tree_model_sort_build_level (GtkTreeModelSort *tree_model_sort,
if (gtk_tree_model_iter_next (tree_model_sort->child_model, &iter) == FALSE &&
i < length - 1)
{
g_warning ("There is a discrepency between the sort model and the child model.");
g_warning ("There is a discrepancy between the sort model and the child model.");
return;
}
}