Skip to content
Snippets Groups Projects
Commit 4872722d authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Syntax error fixed.

parent 1523ca4c
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ sub write_relation {
local $SIG{ALRM} = sub {
printf( "\t%d entries, %d to go...\n",
$count, scalar( keys( %{$term} ) ) - $count );
$count, scalar( keys( %{$terms} ) ) - $count );
alarm(10);
};
alarm(10);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment