src/Pure/General/sql.scala
changeset 65918 b873cefb3b6a
parent 65890 1b004f5974af
child 66856 6b90c688a6dc
--- 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)