diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-24 10:46:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-24 10:46:30 +0200 |
commit | 9eb84a8134c532029b9f74ced48696994d9c7fc5 (patch) | |
tree | 95f5ffded60af832fa259679030993221ca4d2af /doc | |
parent | d06e8d1d3b0594c74fa444da76c3c7925ed58f70 (diff) |
Fix typo in manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index d3ee659..ca68535 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -4544,7 +4544,7 @@ work reliably there should be no ambiguity between the \"no configuration available\" case (if such a case is possible) and the \"something went wrong\" case. We show a realistic example of this in \l{#proj-config-report Configuration Report} where we extract the GCC plugin directory while dealing -with the possibility of it Bunin configured without plugin support.| +with the possibility of it being configured without plugin support.| Before we delve into the technical details, let's discuss the overall need for project configurability. While it may seem that making one's project more |