diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-05-14 17:47:12 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-05-14 17:47:12 +0100 |
commit | be9afce03548e8110744064d1c9c67795c13cdb6 (patch) | |
tree | 2359108de4059ab104554d70ef142d9b89569893 | |
parent | 3c067598fc3070243ae0c784bfea906dce0a6fbb (diff) |
fix typo
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |