diff options
Diffstat (limited to 'libbuild2/build/script')
-rw-r--r-- | libbuild2/build/script/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/build/script/parser.cxx b/libbuild2/build/script/parser.cxx index 72c99ad..274faf0 100644 --- a/libbuild2/build/script/parser.cxx +++ b/libbuild2/build/script/parser.cxx @@ -385,7 +385,7 @@ namespace build2 << "the 'diag' recipe attribute"; dr << info << "or provide custom low-verbosity diagnostics " - << " with the 'diag' builtin"; + << "with the 'diag' builtin"; }; parse_names_result pr; |