Skip to content
Snippets Groups Projects
Commit 88eef732 authored by Robin Obůrka's avatar Robin Obůrka
Browse files

nethist: Typo

parent e3672ac9
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ function main()
-- Check if exists nethist output, otherwise is nothing to do
local nethist_file = io.open(HIST_FILE);
if not nethist_file then
io.stderr:write("Nethist file doesn't exists.");
io.stderr:write("Nethist file doesn't exists.\n");
os.exit(1);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment