summaryrefslogtreecommitdiff
path: root/dsimple.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 09:50:10 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 09:50:10 -0800
commitca85da483ab1817ed449fccf3e54e8280112bdbf (patch)
tree4f96c721598f07a287dc418d429701151f7f7484 /dsimple.c
parentec5aeaddddec4b4bdb532451f5a2bc8e3b7148a9 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'dsimple.c')
-rw-r--r--dsimple.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dsimple.c b/dsimple.c
index 3f800cf..afe41b6 100644
--- a/dsimple.c
+++ b/dsimple.c
@@ -43,7 +43,7 @@ from The Open Group.
#include "dsimple.h"
/*
- * Just_display: A group of routines designed to make the writting of simple
+ * Just_display: A group of routines designed to make the writing of simple
* X11 applications which open a display but do not open
* any windows much faster and easier. Unless a routine says
* otherwise, it may be assumed to require program_name, dpy,
@@ -59,7 +59,7 @@ Display *dpy = NULL;
int screen = 0;
/*
- * Get_Display_Name (argc, argv) Look for -display, -d, or host:dpy (obselete)
+ * Get_Display_Name (argc, argv) Look for -display, -d, or host:dpy (obsolete)
* If found, remove it from command line. Don't go past a lone -.
*/
char *Get_Display_Name(
@@ -162,7 +162,7 @@ XFontStruct *Open_Font(const char *name)
/*
- * Select_Window_Args: a rountine to provide a common interface for
+ * Select_Window_Args: a routine to provide a common interface for
* applications that need to allow the user to select one
* window on the screen for special consideration.
* This routine implements the following command line