diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-10-16 20:39:02 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-10-16 20:39:02 +0000 |
| commit | 93ef00cca6655c7a07aca11c53788d957097ef8f (patch) | |
| tree | 62d2ed31b8a05d6764172dcddd4e8f7d44b2250f /src | |
| parent | 507e39fd194b79ec5fcdcbc63253946736f725ea (diff) | |
Fix typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12505 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Table.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx index 0dc95e135..8ebc9044f 100644 --- a/src/Fl_Table.cxx +++ b/src/Fl_Table.cxx @@ -267,7 +267,7 @@ void Fl_Table::col_width(int col, int width) } /** - Return specfied row/col values R and C to within the table's + Return specified row/col values R and C to within the table's current row/col limits. \returns 0 if no changes were made, or 1 if they were. */ |
