aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-16 13:17:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-16 13:17:07 +0200
commit399c4e544367cb621af46cb40fa95355cf4df0f0 (patch)
treebd11e098c696232a9924b398c23d420d8341b6ab
parent83eb0777a2ae76672691c2f4b8e6cd156058e6a5 (diff)
Fix wrong term in diagnostics
-rw-r--r--bpkg/package-skeleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx
index c53421b..96c93aa 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -1355,7 +1355,7 @@ namespace bpkg
{
fail << "package " << cfg.package.name << " has no "
<< "configuration variable " << var.name <<
- info << var.name << " set in require clause of dependent "
+ info << var.name << " set in prefer clause of dependent "
<< key.string ();
}
}