Skip to content

Commit

Permalink
Fixed typos and amended doxygen docs.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6563 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Dec 7, 2008
1 parent 2bd4572 commit eaf604b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/fl_file_dir.cxx
Expand Up @@ -62,7 +62,7 @@ void fl_file_chooser_ok_label(const char *l) {
}

/** \relates Fl_File_Chooser
Shows a file chooser dialog and get a filename.
Shows a file chooser dialog and gets a filename.
\image html Fl_File_Chooser.jpg
\image latex Fl_File_Chooser.eps "Fl_File_Chooser" width=12cm
\param[in] message text in title bar
Expand Down Expand Up @@ -147,11 +147,11 @@ fl_file_chooser(const char *message, // I - Message in titlebar
}

/** \relates Fl_File_Chooser
Shows a file chooser dialog and get a directory.
Shows a file chooser dialog and gets a directory.
\param[in] message title bar text
\param[in] fname initial/default directory name
\param[in] relative 0 for absolute path return, relative otherwise
\return the directory path string choosen by the user or NULL if user cancels
\return the directory path string chosen by the user or NULL if user cancels
*/

char * // O - Directory or NULL
Expand Down
4 changes: 2 additions & 2 deletions src/fl_font_xft.cxx
Expand Up @@ -57,7 +57,7 @@
//
// Unlike some other Xft packages, I tried to keep this simple and not
// to work around the current problems in Xft by making the "patterns"
// complicated. I belive doing this defeats our ability to improve Xft
// complicated. I believe doing this defeats our ability to improve Xft
// itself. You should edit the ~/.xftconfig file to "fix" things, there
// are several web pages of information on how to do this.
//
Expand Down Expand Up @@ -152,7 +152,7 @@ static XftFont* fontopen(const char* name, bool core) {
* the BOLD and ITALIC codes as it does so - all FLTK font names are prefixed
* by 'I' (italic) 'B' (bold) 'P' (bold italic) or ' ' (regular) modifiers.
* This gives a fairly limited font selection ability, but is retained for
* compatability reasons. If you really need a more complex choice, you are best
* compatibility reasons. If you really need a more complex choice, you are best
* calling Fl::set_fonts(*) then selecting the font by font-index rather than by
* name anyway. Probably.
* If you want to load a font who's name does actually begin with I, B or P, you
Expand Down

0 comments on commit eaf604b

Please sign in to comment.