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.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/config/utility.txx') 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