From 9a61a0458b66352c54dabc9e58a156fca16d26c4 Mon Sep 17 00:00:00 2001 From: Matthew Austin Date: Tue, 4 Apr 2017 12:05:04 -0700 Subject: [PATCH] Fix typo in help printout "Th first matching" -> "The first matching" --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index ba7b967..2cc51b0 100644 --- a/main.c +++ b/main.c @@ -111,7 +111,7 @@ Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. "\n" \ " The -x option may be used to interpret the argument\n" \ " as a string, which is matched against the window's\n" \ -" class name (WM_CLASS property). Th first matching\n" \ +" class name (WM_CLASS property). The first matching\n" \ " window is used. The matching isn't case sensitive\n" \ " and the string may appear in any position\n" \ " of the class name. So it's recommended to always use\n" \