aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-07 12:30:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-07 12:30:02 +0200
commit3b757f6d2c087d15fe28bfda9fb85939cb9bf34d (patch)
treed95967b940699b1db11494736c68dc6418a48e17 /NEWS
parent1d275d927205351f02c92524d8350277abe8be56 (diff)
Proofreading changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7e64cae..1faaf63 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ Version 0.6.0
* Initial support for utility libraries.
- A utility librart is an archive that "mimics" the object file type
+ A utility library is an archive that "mimics" the object file type
(executable, static library, or shared library) of its "primary" target.
Unless explicitly overridden, utility libraries are linked in the "whole
archive" mode. For example:
@@ -57,7 +57,7 @@ Version 0.6.0
These files are now generated by default and automatically for libraries
being installed provided the version, project.summary, and project.url
variables are defined. The version module has been improved to extract the
- summary and url in addition to version from the manifest.
+ summary and url in addition to the version from the manifest.
* Support for the '20' cxx.std value (C++20/c++2a).
@@ -101,7 +101,7 @@ Version 0.6.0
cc.reprocess = true
obj{hello}: cc.reprocess = false
- As as well externally via the config.cc.reprocess variable:
+ As well as externally via the config.cc.reprocess variable:
b config.cc.reprocess=true