Commit 2fed3667 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

typo in check config

parent 24e19fb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class CheckConfig {
					QuerySolution sol = resultSet.next();
					Resource term = sol.getResource("term");
					Resource ontology = sol.getResource("ontology");
					logger.warn(String.format("Term %s is defined in %s, but there is no example that use it.", term, ontology));
					logger.warn(String.format("Term %s is defined in %s, but there is no example that uses it.", term, ontology));
				}
			}
		}