summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/font-selector.cpp')
-rw-r--r--src/widgets/font-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp
index 50380032b..bb3df93f0 100644
--- a/src/widgets/font-selector.cpp
+++ b/src/widgets/font-selector.cpp
@@ -391,7 +391,7 @@ static void sp_font_selector_emit_set (SPFontSelector *fsel)
char *family=NULL, *style=NULL;
//We need to check this here since most GtkTreeModel operations are not atomic
- //See GtkListStore documenation, Chapter "Atomic Operations" --mderezynski
+ //See GtkListStore documentation, Chapter "Atomic Operations" --mderezynski
model_family = gtk_tree_view_get_model (GTK_TREE_VIEW (fsel->family_treeview));
if (!model_family) return;