summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Text_Buffer.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H
index fbec504a6..f26bc90c1 100644
--- a/FL/Fl_Text_Buffer.H
+++ b/FL/Fl_Text_Buffer.H
@@ -207,7 +207,7 @@ public:
/**
Returns the character at the specified position pos in the buffer.
Positions start at 0
- \param pos byte offset into buffer, pos must be at acharacter boundary
+ \param pos byte offset into buffer, pos must be at a character boundary
\return Unicode UCS-4 encoded character
*/
unsigned int char_at(int pos) const;