From: Steinar H. Gunderson Date: Mon, 21 Mar 2016 23:19:33 +0000 (+0100) Subject: Fix a typo. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=260a30a0f85011e878d9cd0b98fb5a47fee85613 Fix a typo. --- 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',