From e139b27c273b9542d9891e2a7f2395cfa9ff50ad Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 23 Aug 2019 10:59:58 +0100 Subject: Fix comment --- noice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noice.c') diff --git a/noice.c b/noice.c index 773cadd..3909090 100644 --- 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" -- cgit v1.2.3