From 72945d9c8eee18aed1550c3f42dc41e6a8a0f029 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jul 2019 22:37:40 +0300 Subject: Use CLI-generated classes to parse testscript builtin options --- libbuild2/config/utility.hxx | 2 +- libbuild2/config/utility.txx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/config') diff --git a/libbuild2/config/utility.hxx b/libbuild2/config/utility.hxx index e41aaa7..a063693 100644 --- a/libbuild2/config/utility.hxx +++ b/libbuild2/config/utility.hxx @@ -23,7 +23,7 @@ namespace build2 // Set, if necessary, a required config.* variable. // // If override is true and the variable doesn't come from this root scope - // or from the command line (i.e., it is inherited from the amalgamtion), + // or from the command line (i.e., it is inherited from the amalgamation), // then its value is "overridden" to the default value on this root scope. // See save_variable() for more information on save_flags. // diff --git a/libbuild2/config/utility.txx b/libbuild2/config/utility.txx index d2ffa69..b422ff4 100644 --- a/libbuild2/config/utility.txx +++ b/libbuild2/config/utility.txx @@ -28,7 +28,7 @@ namespace build2 lookup l (org.first); // The interaction with command line overrides can get tricky. For - // example, the override to defaul value could make (non-recursive) + // example, the override to default value could make (non-recursive) // command line override in the outer scope no longer apply. So what we // are going to do is first ignore overrides and perform the normal // logic on the original. Then we apply the overrides on the result. -- cgit v1.1