From: Daniel Mustieles Date: Sun, 25 Mar 2012 17:26:14 +0000 (+0200) Subject: Fixed some typos. Closes bug #593220 X-Git-Tag: ATK_2_4_0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6139449bb8cc347d7fadc4efb80b43d7edb2bd68;p=platform%2Fupstream%2Fatk.git Fixed some typos. Closes bug #593220 --- 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. 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. @@ -97,17 +97,17 @@ AtkTable interface when a column is inserted. 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. @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. 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. @atktable: the object which received the signal.