diff --git a/hibernate-core/src/main/java/org/hibernate/Query.java b/hibernate-core/src/main/java/org/hibernate/Query.java index 80f6cedb94..5c4adcfb1d 100644 --- a/hibernate-core/src/main/java/org/hibernate/Query.java +++ b/hibernate-core/src/main/java/org/hibernate/Query.java @@ -133,7 +133,7 @@ public interface Query { public ScrollableResults scroll(ScrollMode scrollMode) throws HibernateException; /** * Return the query results as a List. If the query contains - * multiple results pre row, the results are returned in an instance + * multiple results per row, the results are returned in an instance * of Object[]. * * @return the result list