Author: hartmannathan
Date: Wed Aug 16 01:41:35 2023
New Revision: 1911707
URL: http://svn.apache.org/viewvc?rev=1911707&view=rev
Log:
* docs/community-guide/releasing.part.html
(#release-compat): Fix typo.
Modified:
subversion/site/staging/docs/community-guide/releasing.part.html
Modified: subversion/site/staging/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/releasing.part.html?rev=1911707&r1=1911706&r2=1911707&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/releasing.part.html (original)
+++ subversion/site/staging/docs/community-guide/releasing.part.html Wed Aug 16
01:41:35 2023
@@ -228,7 +228,7 @@ client/server interoperability, and make
path between MAJOR.MINOR Subversion releases.</p>
<p>Compatibility can span a number of axes: everything from APIs and ABIs to
-command line output formats. We try to balance to need to modify the existing
+command line output formats. We try to balance the need to modify the existing
architecture to support new features, while still supporting current users
to the greatest extent possible. The general idea is:</p>