aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();
}
}