diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-09-08 16:48:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-09-08 16:51:44 -0400 |
commit | 700e78d847c493e09a969a657a29a4ef040c07ba (patch) | |
tree | 8079174de4c6e31f9fb4ba688feae9e8203ed881 /gtk/gtktreemodel.c | |
parent | 57b353de33a383a606d216f2aee661debb290ee9 (diff) | |
download | gtk+-700e78d847c493e09a969a657a29a4ef040c07ba.tar.gz |
Remove more leftover —es
These were leftover at various places in the documentation.
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 3be83088b4..9d1a61d68c 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -1,4 +1,4 @@ -/* gtktreemodel.c +—/* gtktreemodel.c * Copyright (C) 2000 Red Hat, Inc., Jonathan Blandford <jrb@redhat.com> * * This library is free software; you can redistribute it and/or @@ -53,7 +53,7 @@ * * In order to make life simpler for programmers who do not need to * write their own specialized model, two generic models are provided - * — the #GtkTreeStore and the #GtkListStore. To use these, the + * — the #GtkTreeStore and the #GtkListStore. To use these, the * developer simply pushes data into these models as necessary. These * models provide the data structure as well as all appropriate tree * interfaces. As a result, implementing drag and drop, sorting, and |