diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc index 7bdeac8349..3e25f6b17b 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc @@ -979,7 +979,7 @@ This behavior can be altered in two ways: [NOTE] ==== -The HQL query `from java.lang.Object` is totally valid (although not very practical from a performance perspetive)! +The HQL query `from java.lang.Object` is totally valid (although not very practical from a performance perspective)! It returns every object of every entity type defined by your application mappings. ====