From 19edcb94cb4a519e7ea2b1b07da116fe7b42c366 Mon Sep 17 00:00:00 2001 From: nightfox <> Date: Sun, 11 Mar 2018 01:57:28 +0000 Subject: [PATCH] Fixed a typo in one of the comments --- exec/filearea-lb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/filearea-lb.js b/exec/filearea-lb.js index 544459e218..2b1ead018e 100644 --- a/exec/filearea-lb.js +++ b/exec/filearea-lb.js @@ -18,7 +18,7 @@ if (argv.length > 0) // gFileCnf will contain the settings from file.cnf var gFileCnf = null; -// See exec/load/cfa_defs.js for color names +// See exec/load/cga_defs.js for color names var colors = { 'fg' : WHITE, // Non-highlighted item foreground 'bg' : BG_BLACK, // Non-highlighted item background -- GitLab