aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index fd7c10e..dec23df 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -2389,7 +2389,7 @@ namespace build2
<< "incomplete distribution" <<
info (ploc) << "prerequisite declared here" <<
info (*condition_) << "conditional buildfile fragment starts here" <<
- info << "instead use `include` prerequisite-specific variable to "
+ info << "instead use 'include' prerequisite-specific variable to "
<< "conditionally include prerequisites" <<
info << "for example: <target>: <prerequisite>: include = (<condition>)";
}