aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 852dfa8..a2bdb4b 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3503,7 +3503,7 @@ int main(int argc, char *argv[])
editor = xgetenv("EDITOR", "vi");
}
- /* Get screensaver wait time, if set; copier used as tmp var */
+ /* Get locker wait time, if set; copier used as tmp var */
copier = getenv("NNN_IDLE_TIMEOUT");
if (copier) {
opt = atoi(copier);