From 9a3a8d1915c8a3666984d6603606af856dfd8c41 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 26 Jun 2017 22:23:43 +0300 Subject: Add support for regex function family --- build2/variable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/variable.hxx') diff --git a/build2/variable.hxx b/build2/variable.hxx index 19a6c69..f0218fe 100644 --- a/build2/variable.hxx +++ b/build2/variable.hxx @@ -263,7 +263,7 @@ namespace build2 bool operator>= (const value&, const value&); // Value cast. The first three expect the value to be not NULL. The cast - // from lookup expects the value to aslo be defined. + // from lookup expects the value to also be defined. // // Note that a cast to names expects the value to be untyped while a cast // to vector -- typed. -- cgit v1.1