summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-11 20:12:43 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-11 20:12:43 -0700
commitddb35139f98bcf276ef328db00961dc5a1b4ecf7 (patch)
treeffee496b543aa4ee3c1621d05107601889341fd8
parentb07a3b3bc4c039bf0c2b03c3c60eae7c86c6fc6e (diff)
Fix typos & wording issues in source comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--buttons.c4
-rw-r--r--main.c4
-rw-r--r--search.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/buttons.c b/buttons.c
index 4e5ed3c..84bb871 100644
--- a/buttons.c
+++ b/buttons.c
@@ -655,8 +655,8 @@ MakeSaveWidgets(ManpageGlobals * man_globals, Widget parent)
/* Function Name: FormUpWidgets
* Description: Sizes widgets to look nice.
* Arguments: parent - the common parent of all the widgets.
- * full_size - array of widget names that will he full size.
- * half_size - array of widget names that will he half size.
+ * full_size - array of widget names that will be full size.
+ * half_size - array of widget names that will be half size.
* Returns: none
*/
diff --git a/main.c b/main.c
index 4565a14..d94ea08 100644
--- a/main.c
+++ b/main.c
@@ -204,8 +204,8 @@ main(int argc, char **argv)
/*
* We need to keep track of the number of manual pages that are shown on
- * the screen so that if this user does not have a top box then when he
- * removes all his manual pages we can kill off the xman process.
+ * the screen so that if this user does not have a top box then when they
+ * remove all their manual pages we can kill off the xman process.
* To make things easier we will consider the top box a shown manual page
* here, but since you cannot remove it, man_page_shown only goes to zero when
* no top box is present.
diff --git a/search.c b/search.c
index 365ce6a..f7d5ecc 100644
--- a/search.c
+++ b/search.c
@@ -254,7 +254,7 @@ DoSearch(ManpageGlobals * man_globals, int type)
/*
* If the file is less than this number of lines then assume that there is
- * nothing apropriate found. This does not confuse the apropos filter.
+ * nothing appropriate found. This does not confuse the apropos filter.
*/
if (flag) {