summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:06:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:06:36 +0000
commit8fd6fab6a4c81a7b6eef8531fda7c93e084b6699 (patch)
tree4eb83f382ef8d5636862932dccb095767dec271d /DOCS
parent65f195fc667fe5724f692d8ae5338e1deebcacb6 (diff)
downloadmpv-8fd6fab6a4c81a7b6eef8531fda7c93e084b6699.tar.bz2
mpv-8fd6fab6a4c81a7b6eef8531fda7c93e084b6699.tar.xz
grammar/spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22363 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/svn-howto.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt
index 40e68c9330..f28be4bdae 100644
--- a/DOCS/tech/svn-howto.txt
+++ b/DOCS/tech/svn-howto.txt
@@ -179,7 +179,7 @@ I. BASICS:
part of the directly visible history of the revisions after the reversal
So if the change was completely broken like reindenting a file against the
maintainers decision, or a change which mixed functional and cosmetic
- changes then its better if its not part of the visible history as it
+ changes then it is better if it is not part of the visible history as it
would make it hard to read, review and would also break svn annotate
For the example of a change which mixed functional and cosmetic parts they
should of course be committed again after the reversal but separately, so one
@@ -188,12 +188,12 @@ I. BASICS:
totally broken then it should be reversed with svn merge as otherwise
the fact that the change was bad would be hidden
One method to decide which reversal method is best is to ask yourself
- if theres any value in seeing the whole bad change and its removal
- in svn vs. just seeing a comment that says what has been reversed while
+ if there is any value in seeing the whole bad change and its removal
+ in SVN vs just seeing a comment that says what has been reversed while
the actual change does not clutter the immediately visible history and
svn annotate.
If you are even just slightly uncertain how to revert something then ask on
- the mplayer-dev mailinglist.
+ the mplayer-dev-eng mailing list.
10. Reverting local changes