summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2015-04-24 21:25:30 +0000
committerGreg Ercolano <erco@seriss.com>2015-04-24 21:25:30 +0000
commitd2b7b5b24a65772e08ba6da6b559f770c7fcb4af (patch)
tree252603e9e0a10e0af3dacb9012147a086897926d /src
parentd0e5b00ea7a963c6a9dc63d61c7b932654271eea (diff)
Fixed small typo, added some elipsis to clarify docs
when copy/pasting into email/forum posts as clear text. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10715 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Preferences.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx
index 6105428b0..90b7820fd 100644
--- a/src/Fl_Preferences.cxx
+++ b/src/Fl_Preferences.cxx
@@ -863,17 +863,17 @@ int Fl_Preferences::size( const char *key ) {
database without the \c .prefs extension and located in the same directory.
It then fills the given buffer with the complete path name.
- Exmaple:
+ Example:
\code
Fl_Preferences prefs( USER, "matthiasm.com", "test" );
char path[FL_PATH_MAX];
prefs.getUserdataPath( path );
\endcode
- creates the preferences database in (MS Windows):
+ ..creates the preferences database in (MS Windows):
\code
c:/Documents and Settings/matt/Application Data/matthiasm.com/test.prefs
\endcode
- and returns the userdata path:
+ ..and returns the userdata path:
\code
c:/Documents and Settings/matt/Application Data/matthiasm.com/test/
\endcode