aboutsummaryrefslogtreecommitdiff
path: root/build2/bash/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bash/init.cxx')
-rw-r--r--build2/bash/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/bash/init.cxx b/build2/bash/init.cxx
index a23bc61..146e680 100644
--- a/build2/bash/init.cxx
+++ b/build2/bash/init.cxx
@@ -36,7 +36,7 @@ namespace build2
tracer trace ("bash::init");
l5 ([&]{trace << "for " << bs;});
- // Load in.base (in.* varibales, in{} target type).
+ // Load in.base (in.* variables, in{} target type).
//
if (!cast_false<bool> (rs["in.base.loaded"]))
load_module (rs, rs, "in.base", l);