# HG changeset patch # User wenzelm # Date 1495636518 -7200 # Node ID b873cefb3b6a5ffd991c898a5fa7f13d5c4c007d # Parent 2b7d4678bce620410e031dabeab20a5e5a849c86 tuned message; diff -r 2b7d4678bce6 -r b873cefb3b6a src/Pure/General/sql.scala --- a/src/Pure/General/sql.scala Wed May 24 15:04:13 2017 +0200 +++ b/src/Pure/General/sql.scala Wed May 24 16:35:18 2017 +0200 @@ -390,7 +390,7 @@ val lib_name = File.find_files(lib_path.file) match { case List(file) => file.getName - case _ => error("Exactly file expected in directory " + lib_path.expand) + case _ => error("Exactly one file expected in directory " + lib_path.expand) } System.setProperty("org.sqlite.lib.path", File.platform_path(lib_path)) System.setProperty("org.sqlite.lib.name", lib_name)