From 4356a9baf1b99e76796ddf28a2478594da5f2969 Mon Sep 17 00:00:00 2001 From: Alejandro Huertas Herrero Date: Tue, 31 Mar 2020 15:15:45 +0200 Subject: [PATCH] M #-: fix typo (#4456) --- src/onedb/onedb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onedb/onedb b/src/onedb/onedb index 1d02c096c0..deb3412570 100755 --- a/src/onedb/onedb +++ b/src/onedb/onedb @@ -487,7 +487,7 @@ CommandParser::CmdParser.new(ARGV) do mysql = OneDB.new(options) mysql.sqlite2mysql(options, sqlite) - rescue StdandardError => e + rescue StandardError => e [-1, e.message] end end