@@ -226,11 +226,11 @@ dist : clean sparse.c sscan.c
226
226
find. -name' *~' -type f -exec rm {}\;
227
227
cd ..&& tar --transform s/$(SRC_DIR ) /pgsphere-$(PGSPHERE_VERSION ) / --exclude CVS --exclude .git -czf pgsphere-$(PGSPHERE_VERSION ) .tar.gz$(SRC_DIR ) && cd -
228
228
229
- # Tolaunch pgindent, set the PATH environment variable to the directories
229
+ # Touse pgindent, set the PATH environment variable to include the directories
230
230
# containing the binaries pgindent and pg_bsd_indent. It is important to
231
231
# utilize a specific version of pg_bsd_indent, which sources can be found
232
- # in the postgresql>/src/tools/pg_bsd_indent directory, where <postgresql>
233
- # is the root directory of thepostgresql project source tree.
232
+ # in the< postgresql>/src/tools/pg_bsd_indent directory, where <postgresql>
233
+ # is the root directory of thePostgreSQL project source tree.
234
234
#
235
235
# The sources of the utilities can be found in the following directories:
236
236
# - <postgresql>/src/tools/pgindent