summaryrefslogtreecommitdiff
path: root/src/Fl_String.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-02 12:15:14 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-02 12:15:14 +0100
commit8f24d7f295338143b012589bf0095db62f19004e (patch)
tree6b728105fd93050975db03b782f29e827ad7704f /src/Fl_String.cxx
parent8c5db35ead54303a4e1622b809bc262c1864dda9 (diff)
Fix typos in Doxygen documentation
Diffstat (limited to 'src/Fl_String.cxx')
-rw-r--r--src/Fl_String.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx
index fc21c3652..a58131e25 100644
--- a/src/Fl_String.cxx
+++ b/src/Fl_String.cxx
@@ -166,7 +166,7 @@ Fl_String::Fl_String(const char *cstr) {
/**
Constructor from data of \p size bytes.
\param[in] str a block of data that may contain NUL characters
- \paran[in] size number of bytes to copy
+ \param[in] size number of bytes to copy
*/
Fl_String::Fl_String(const char *str, int size) {
init_();
@@ -227,7 +227,7 @@ Fl_String &Fl_String::assign(const char *cstr) {
/**
Assign a data block of \p size bytes.
\param[in] str a block of data that may contain NUL characters
- \paran[in] size number of bytes to copy
+ \param[in] size number of bytes to copy
\return self
*/
Fl_String &Fl_String::assign(const char *str, int size) {