From da9cbf29c403d27c2940f9b31199c4648f8ae4a1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Aug 2019 16:10:48 +0300 Subject: Move version build system module to separate library --- build2/bash/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/bash/init.cxx') 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 (rs["in.base.loaded"])) load_module (rs, rs, "in.base", l); -- cgit v1.1