fix bug 19581
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index ed6cd31ee43a10409ba634bd7dd85318ca7745d1..1b87be408bdebbff9c35d8bcc6352bd300510327 100644 (file)
@@ -437,7 +437,7 @@ gtk_sheet_row_button_justify                (GtkSheet *sheet,
 
 /* scroll the viewing area of the sheet to the given column
  * and row; row_align and col_align are between 0-1 representing the
- * location the row should appear on the screnn, 0.0 being top or left,
+ * location the row should appear on the screen, 0.0 being top or left,
  * 1.0 being bottom or right; if row or column is negative then there
  * is no change */
 void
@@ -659,7 +659,7 @@ gtk_sheet_range_set_font            (GtkSheet *sheet,
 /* get cell attributes of the given cell */
 /* TRUE means that the cell is currently allocated */
 gboolean
-gtk_sheet_get_attributes               (GtkSheet *sheet, 
+gtk_sheet_get_attributes               (const GtkSheet *sheet, 
                                        gint row, gint col, 
                                        GtkSheetCellAttr *attributes);