Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Mar 24, 2017
1 parent dd2f1d7 commit 329d654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/common/misc_helpers.lua
Expand Up @@ -671,7 +671,7 @@ else
local color_code = core.get_color_escape_sequence(color)

for i, line in ipairs(lines) do
lines[i] = colour_code .. line
lines[i] = color_code .. line
end

return table.concat(lines, "\n") .. core.get_color_escape_sequence("#ffffff")
Expand Down

0 comments on commit 329d654

Please sign in to comment.