ttypo fixes - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 08b264393d41321c1b7ae3644f73c67cb825c95c
 (DIR) parent b4e63454e5768d38682405d252a81b1149273c0b
 (HTM) Author: Connor Lane Smith <cls@lubutu.com>
       Date:   Wed, 23 Jun 2010 12:15:07 +0100
       
       ttypo fixes
       Diffstat:
         dmenu.1                             |       2 +-
         draw.c                              |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/dmenu.1 b/dmenu.1
       t@@ -18,7 +18,7 @@ dmenu \- dynamic menu
        .B dmenu_run
        [<options...>]
        
       -.BR dmenu_path
       +.B dmenu_path
        .SH DESCRIPTION
        .SS Overview
        dmenu is a generic menu for X, originally designed for
 (DIR) diff --git a/draw.c b/draw.c
       t@@ -41,7 +41,7 @@ dccleanup(void) {
        }
        
        void
       -dcsetup() {
       +dcsetup(void) {
                /* style */
                dc.norm[ColBG] = getcolor(normbgcolor);
                dc.norm[ColFG] = getcolor(normfgcolor);