Skip to content
Snippets Groups Projects
Commit 19edcb94 authored by nightfox's avatar nightfox
Browse files

Fixed a typo in one of the comments

parent 8e8e96f4
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ if (argv.length > 0) ...@@ -18,7 +18,7 @@ if (argv.length > 0)
// gFileCnf will contain the settings from file.cnf // gFileCnf will contain the settings from file.cnf
var gFileCnf = null; var gFileCnf = null;
// See exec/load/cfa_defs.js for color names // See exec/load/cga_defs.js for color names
var colors = { var colors = {
'fg' : WHITE, // Non-highlighted item foreground 'fg' : WHITE, // Non-highlighted item foreground
'bg' : BG_BLACK, // Non-highlighted item background 'bg' : BG_BLACK, // Non-highlighted item background
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment