diff --git a/openjpa-project/src/doc/manual/jpa_overview_pc.xml b/openjpa-project/src/doc/manual/jpa_overview_pc.xml
index 9f50f9c5e..1f5bf329f 100644
--- a/openjpa-project/src/doc/manual/jpa_overview_pc.xml
+++ b/openjpa-project/src/doc/manual/jpa_overview_pc.xml
@@ -71,7 +71,7 @@ embedded in Company, then
a query "SELECT a FROM Address a" will never return the
embedded Address of Company;
but a projection query such as
-"SELECT c.address FROM Company c" will.
+"SELECT c.address FROM Company c" will.
Despite these differences, there are few distinctions between entity classes and