From 452fb529fad7ca93f07bf7194e5fbea4e01f2ab7 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Tue, 7 May 2013 16:11:29 -0700 Subject: [PATCH] doc: Fixed typo. fixes: #4422 Signed-off-by: John Wilkins --- doc/dev/release-process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index 012fd7bd665..656d5ca76c5 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -7,7 +7,7 @@ There are multiple build envrionments, debian based packages are built via pbuilder for multiple distributions. The build hosts are listed in the ``deb_hosts`` file, and the list of distributions are in ``deb_dist``. All distributions are build on each of the build hosts. Currently there is 1 64 bit and 1 32 bit build host. -The RPM based packages are are built natively, so one distribution per build host. The list of hosts is found in ``rpm_hosts``. +The RPM based packages are built natively, so one distribution per build host. The list of hosts is found in ``rpm_hosts``. Prior to building, it's necessary to update the pbuilder seed tarballs::