From 7fa296d5b67a345c708b762f01cec53fc4c00d99 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2024 19:31:18 +0300 Subject: Add --ignore-unresolv-cond option and rename --ignore-unresolved-tests to --ignore-unresolv-tests for brep-load --- libbrep/package.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbrep') diff --git a/libbrep/package.hxx b/libbrep/package.hxx index 61477a0..76c5836 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -133,7 +133,7 @@ namespace brep optional constraint; // Resolved dependency package. Can be NULL if the repository load was - // shallow and the package dependency could not be resolved. + // shallow or the package dependency could not be resolved. // lazy_shared_ptr package; -- cgit v1.1