From 3a7d078cb3f0db2c4ddbb3bc534cfa3e3d8e4d3a Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 2 Jan 2004 21:55:29 +0000 Subject: [PATCH] Correct a couple of spelling mistakes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8294 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 4 ++++ src/frontends/xforms/combox.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 8ee362c97a..b43fb2f2b4 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,7 @@ +2004-01-02 Angus Leeming + + * combox.h: correct a couple of spelling mistakes in the comments. + 2004-01-02 Angus Leeming * FormFiledialog.C (globMatch): prevent crash when using an invalid diff --git a/src/frontends/xforms/combox.h b/src/frontends/xforms/combox.h index 701de2895a..abdbcda638 100644 --- a/src/frontends/xforms/combox.h +++ b/src/frontends/xforms/combox.h @@ -42,9 +42,9 @@ typedef enum { /** A function to create a combox widget. * \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, - * 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, - * relative to the parent form'd origin. + * relative to the parent form's origin. * \param w the widget's width * \param h the widget's height * \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 /* not FL_COMBOX_H */ +#endif /* NOT FL_COMBOX_H */ -- 2.39.2