@@ -121,7 +121,7 @@ where <replaceable>mode</> is the name of the optimization mode to use.
121121 <sect3 id="aqo-choosing-query-optimization-modes">
122122 <title>Choosing Query Optimization Modes</title>
123123 <para>
124- If you often run queries of the same type, for example,you application limits the number
124+ If you often run queries of the same type, for example,your application limits the number
125125 of possible query types, you can use the <literal>intelligent</literal> mode to
126126 improve planning for these queries. In this mode, <filename>aqo</filename>
127127 analyzes each query execution and stores statistics. Statistics on queries of
@@ -170,7 +170,7 @@ SET aqo.mode = 'controlled';
170170 When run in the <literal>intelligent</literal> mode, <filename>aqo</filename> assigns a unique hash value
171171 to each query type to separate the collected statistics. If you
172172 switch to the <literal>forced</literal> mode, the statistics for all untracked query
173- types is stored in common query type with hash 0. You can view all
173+ types is stored ina common query type with hash 0. You can view all
174174 the processed query types and their corresponding hash values in
175175 the <structname>aqo_query_texts</structname> table:
176176 </para>