summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-03 00:29:22 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-03 00:29:22 +0900
commita7ad110fe9beb0a3458b38574b2e74ac7b76d109 (patch)
tree17eb99336686221faf8ff3febfb05be461b4fab4 /gtk/gtkcellarea.c
parent005964b22a86104ce8a4e9bf344ba2c8c032a58a (diff)
downloadgtk+-a7ad110fe9beb0a3458b38574b2e74ac7b76d109.tar.gz
Adding more documentation to GtkCellArea, documented GtkCellAreaClass structure.
Diffstat (limited to 'gtk/gtkcellarea.c')
-rw-r--r--gtk/gtkcellarea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c
index 9f5616b2ce..dcf0007f43 100644
--- a/gtk/gtkcellarea.c
+++ b/gtk/gtkcellarea.c
@@ -210,7 +210,7 @@
* Note that the cached height in this example really depends on how the layouting
* widget works. The layouting widget might decide to give every row it's minimum
* or natural height or if the model content is expected to fit inside the layouting
- * widget with not scrolled window it would make sense to calculate the allocation
+ * widget with no scrolled window it would make sense to calculate the allocation
* for each row at #GtkWidget.size_allocate() time using gtk_distribute_natural_allocation().
* </para>
* </refsect2>