[hackers] [dwm] fixed a typo

From: Anselm R. Garbe <garbeam_AT_gmail.com>
Date: Tue Aug 14 07:55:08 2007

changeset: 951:3a0407d4b95b
tag: tip
user: Anselm R. Garbe <garbeam_AT_gmail.com>
date: Tue Aug 14 07:54:51 2007 +0200
summary: fixed a typo

diff -r ebf2363d95f9 -r 3a0407d4b95b dwm.h
--- a/dwm.h Mon Aug 13 20:10:44 2007 +0200
+++ b/dwm.h Tue Aug 14 07:54:51 2007 +0200
@@ -116,7 +116,7 @@ void grabkeys(void); /* grab all keys
 /* layout.c */
 void arrange(void); /* arranges all windows depending on the layout in use */
 void focusclient(const char *arg); /* focuses next(1)/previous(-1) visible client */
-const char *getsymbol(void); /* returns True symbol of enabled layout */
+const char *getsymbol(void); /* returns symbol of enabled layout */
 Bool isfloating(void); /* returns True if floating layout is enabled */
 Bool isarrange(void (*func)()); /* returns True if func is the layout function in use */
 void initlayouts(void); /* initialize layout array */
Received on Tue Aug 14 2007 - 07:55:08 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:57:53 UTC