aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-03-24 23:19:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-24 23:19:46 +0300
commitf2a2e68e608839cf8de4a47392d3d221bb62c531 (patch)
tree8528962e7a09f843a9233a71c1dd9cfec2a41722 /build2
parent8ad62d6b00adf657ef7b468778a0964007aca383 (diff)
Fix couple of typos in b.cli
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/b.cli b/build2/b.cli
index 726f04e..2be27cf 100644
--- a/build2/b.cli
+++ b/build2/b.cli
@@ -131,7 +131,7 @@ namespace build2
In the above example, we assumed that the \cb{build2} driver was able to
determine the association between \cb{out_base} and \cb{src_base}. In
- case \cb{src_base} and \cb{out_base} are not the same directotry, this is
+ case \cb{src_base} and \cb{out_base} are not the same directory, this is
achieved in one of two ways: the \cb{config} module (which implements the
\cb{configure}, \cb{disfigure}, and \cb{create} meta-operations) saves
this association as part of the configuration process. If, however, the
@@ -238,7 +238,7 @@ namespace build2
drawbacks using the configuration project:
\
- b 'create(clang, cxx)' config.cxx=clang++ # Creates clang/.
+ b 'create(clang/, cxx)' config.cxx=clang++ # Creates clang/.
b 'configure(libhello/@clang/libhello/)'
b 'configure(hello/@clang/hello/)'
\