diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-13 19:58:48 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-13 20:02:01 +0200 |
commit | dde6282500ac650cd0257fc24aeb5688962fddf9 (patch) | |
tree | 81d8c5adb720219a190e656d5692393bbba47813 /doc/src | |
parent | e8312b4f03315a98a987997e05a6e9d6d8d84ddf (diff) | |
download | postgresql-dde6282500ac650cd0257fc24aeb5688962fddf9.tar.gz postgresql-dde6282500ac650cd0257fc24aeb5688962fddf9.zip |
Fix more instances of "the the" in comments.
Plus one instance of "to to" in the docs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/extend.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index 5015002aac8..367f35b0abc 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -1187,7 +1187,7 @@ include $(PGXS) <para> Alternatively, you can set up a directory for a VPATH build in a similar - way to how it is done for the core code. One way to to this is using the + way to how it is done for the core code. One way to do this is using the core script <filename>config/prep_buildtree</>. Once this has been done you can build by setting the <literal>make</literal> variable <varname>USE_VPATH</varname> like this: |