From 260a30a0f85011e878d9cd0b98fb5a47fee85613 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 22 Mar 2016 00:19:33 +0100 Subject: [PATCH] Fix a typo. --- remoteglot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoteglot.pl b/remoteglot.pl index 287909f..11c5d41 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -972,7 +972,7 @@ sub output_json { $dbh->do('INSERT INTO scores (id, score_type, score_value, engine, depth, nodes) VALUES (?,?,?,?,?,?) ' . ' ON CONFLICT (id) DO UPDATE SET ' . ' score_type=EXCLUDED.score_type, ' . - ' score_value=EXCLUDED.score_vlaue, ' . + ' score_value=EXCLUDED.score_value, ' . ' engine=EXCLUDED.engine, ' . ' depth=EXCLUDED.depth, ' . ' nodes=EXCLUDED.nodes', -- 2.39.2