aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-05-14 17:47:12 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-05-14 17:47:12 +0100
commitbe9afce03548e8110744064d1c9c67795c13cdb6 (patch)
tree2359108de4059ab104554d70ef142d9b89569893 /dmenu.c
parent3c067598fc3070243ae0c784bfea906dce0a6fbb (diff)
downloaddmenu-be9afce03548e8110744064d1c9c67795c13cdb6.tar.gz
dmenu-be9afce03548e8110744064d1c9c67795c13cdb6.tar.bz2
dmenu-be9afce03548e8110744064d1c9c67795c13cdb6.zip
fix typo
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 2684c91..68fc9ff 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -1,4 +1,4 @@
-/* See LICENSE file for copynext and license details. */
+/* See LICENSE file for copyright and license details. */
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>