summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mustieles <daniel.mustieles@gmail.com>2012-03-25 19:26:14 +0200
committerDaniel Mustieles <daniel.mustieles@gmail.com>2012-03-25 19:26:14 +0200
commit6139449bb8cc347d7fadc4efb80b43d7edb2bd68 (patch)
tree22aadf173d02f1b1b4e5e50eace4ef14906aba34
parentef4e8a56a9a1200a23a868b3d2f056a2c6314e7b (diff)
downloadatk-6139449bb8cc347d7fadc4efb80b43d7edb2bd68.tar.gz
Fixed some typos. Closes bug #593220
-rw-r--r--docs/tmpl/atktable.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/tmpl/atktable.sgml b/docs/tmpl/atktable.sgml
index 70d8ed8..2eff438 100644
--- a/docs/tmpl/atktable.sgml
+++ b/docs/tmpl/atktable.sgml
@@ -86,7 +86,7 @@ AtkTable interface when the model displayed by the table changes.
<!-- ##### SIGNAL AtkTable::row-deleted ##### -->
<para>
The "row-deleted" signal is emitted by an object which implements the
-AtkTable interface when a column is inserted.
+AtkTable interface when a row is deleted.
</para>
@@ -97,17 +97,17 @@ AtkTable interface when a column is inserted.
<!-- ##### SIGNAL AtkTable::row-inserted ##### -->
<para>
The "row-inserted" signal is emitted by an object which implements the
-AtkTable interface when a column is inserted.
+AtkTable interface when a row is inserted.
</para>
@atktable: the object which received the signal.
-@arg1: The index of the first row deleted.
-@arg2: The number of rows deleted.
+@arg1: The index of the first row inserted.
+@arg2: The number of rows inserted.
<!-- ##### SIGNAL AtkTable::row-reordered ##### -->
<para>
The "row-reordered" signal is emitted by an object which implements the
-AtkTable interface when the columns are reordered.
+AtkTable interface when the rows are reordered.
</para>
@atktable: the object which received the signal.