2003-01-15 Padraig O'Briain <padraig.obriain@sun.com
authorpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 15 Jan 2003 15:00:28 +0000 (15:00 +0000)
committerpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 15 Jan 2003 15:00:28 +0000 (15:00 +0000)
* cpsi/spi_table.c (AccessibleTable_getNSelectedColumns): Fix
typo in documentation comments. Bug #94275.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@393 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
cspi/spi_table.c

index 96a1918..b01503e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-01-15  Padraig O'Briain <padraig.obriain@sun.com
 
+       * cpsi/spi_table.c (AccessibleTable_getNSelectedColumns): Fix
+       typo in documentation comments. Bug #94275.
+
+2003-01-15  Padraig O'Briain <padraig.obriain@sun.com
+
        * libspi/text.c (impl_getBoundedRanges): Bug fix.
 
 2003-01-10  Padraig O'Briain <padraig.obriain@sun.com
index 0cc9923..00421e8 100644 (file)
@@ -509,7 +509,7 @@ AccessibleTable_getSelectedRows (AccessibleTable *obj,
  * AccessibleTable_getNSelectedColumns:
  * @obj: a pointer to the #AccessibleTable implementor on which to operate.
  *
- * Query a table to find out how many columnss are currently selected.  Not all tables
+ * Query a table to find out how many columns are currently selected.  Not all tables
  *  support column selection.
  *
  * Returns: a long integer indicating the number of columns currently selected.