Correct a couple of spelling mistakes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-01-02 21:55:29 +00:00
parent 7e9788e62d
commit 3a7d078cb3
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-01-02 Angus Leeming <leeming@lyx.org>
* combox.h: correct a couple of spelling mistakes in the comments.
2004-01-02 Angus Leeming <leeming@lyx.org> 2004-01-02 Angus Leeming <leeming@lyx.org>
* FormFiledialog.C (globMatch): prevent crash when using an invalid * FormFiledialog.C (globMatch): prevent crash when using an invalid

View File

@ -42,9 +42,9 @@ typedef enum {
/** A function to create a combox widget. /** A function to create a combox widget.
* \param type is, as yet, unused. there is only one type of combox. * \param type is, as yet, unused. there is only one type of combox.
* \param x the x coordinate of the upper left hand corner of the widget, * \param x the x coordinate of the upper left hand corner of the widget,
* relative to the parent form'd origin. * relative to the parent form's origin.
* \param y the y coordinate of the upper left hand corner of the widget, * \param y the y coordinate of the upper left hand corner of the widget,
* relative to the parent form'd origin. * relative to the parent form's origin.
* \param w the widget's width * \param w the widget's width
* \param h the widget's height * \param h the widget's height
* \param label the widget's label as it appears on the GUI. * \param label the widget's label as it appears on the GUI.
@ -114,4 +114,4 @@ fl_hide_combox_browser(FL_OBJECT * ob);
} }
#endif #endif
#endif /* not FL_COMBOX_H */ #endif /* NOT FL_COMBOX_H */