summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.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_Preferences.cxx
parent8c5db35ead54303a4e1622b809bc262c1864dda9 (diff)
Fix typos in Doxygen documentation
Diffstat (limited to 'src/Fl_Preferences.cxx')
-rw-r--r--src/Fl_Preferences.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx
index 6e59537de..93b29db45 100644
--- a/src/Fl_Preferences.cxx
+++ b/src/Fl_Preferences.cxx
@@ -1001,7 +1001,7 @@ char Fl_Preferences::set( const char *key, const void *data, int dsize ) {
was a problem storing the data in memory. However it does not
reflect if the value was actually stored in the preference file.
- \param[in] key name of entry
+ \param[in] entry name of entry
\param[in] value set this entry to value (stops at the first nul character).
\return 0 if setting the value failed
*/