summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobin <rderooij685@gmail.com>2015-04-12 16:58:06 +0200
committerrobin <rderooij685@gmail.com>2015-04-12 16:58:06 +0200
commita8e8176ab1be38a156bcefc74b75d06dee0ba721 (patch)
treeccc314df0b6594945177e651627a65c50cb5565c
parent544c56bf22cbaae0392a0dae6848c9b4879ef15a (diff)
downloadmpv-a8e8176ab1be38a156bcefc74b75d06dee0ba721.tar.bz2
mpv-a8e8176ab1be38a156bcefc74b75d06dee0ba721.tar.xz
DOCS/waf: Edit --enable-feature sentences
The gender specific pronoun is changed, since we shouldn't assume the gender of the user. The sentence itself is also changed to be more correct in general.
-rw-r--r--DOCS/waf-buildsystem.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/waf-buildsystem.rst b/DOCS/waf-buildsystem.rst
index cc05511b2d..fa71cbbcd6 100644
--- a/DOCS/waf-buildsystem.rst
+++ b/DOCS/waf-buildsystem.rst
@@ -20,8 +20,9 @@ shortcomings:
part is this pieces are spread apart in the configure and copy pasted for
any single case. That brings us to..
-2) --enable-feature has to override the user and help him understand that he
- has libraries missing and should install them for the feature to be enabled.
+2) --enable-feature has to be overridden by the user and helps them understand that
+ they have libraries missing and should install them for the feature to be
+ enabled.
3) Must be customizable, hackable, pleasant to the developer eyes and to work
with in general.