diff options
| -rw-r--r-- | FL/Fl_Text_Buffer.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 364a4f6fe..b466ceb00 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -253,7 +253,7 @@ public: /** Deletes a range of characters in the buffer. \param start byte offset to first character to be removed - \param end byte offset to charcater after last character to be removed + \param end byte offset to character after last character to be removed */ void remove(int start, int end); |
