Fix comment - noice - small file browser (mirror / fork from 2f30.org) | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e139b27c273b9542d9891e2a7f2395cfa9ff50ad | |
parent 237f8a910e96ca9b6a7f4c9438010e7995797ac1 | |
Author: sin <[email protected]> | |
Date: Fri, 23 Aug 2019 10:59:58 +0100 | |
Fix comment | |
Diffstat: | |
M noice.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/noice.c b/noice.c | |
@@ -55,7 +55,7 @@ struct key { | |
int sym; /* Key pressed */ | |
enum action act; /* Action */ | |
char *run; /* Program to run */ | |
- char *env; /* Environment variable to run */ | |
+ char *env; /* Environment variable override */ | |
}; | |
#include "noiceconf.h" |