From 4fe93fb31b20925c93f12f4a182dc57155fab5b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jun 2022 12:59:58 +0200 Subject: Rename up_negotiate_configuration() to negotiate_configuration() --- bpkg/package-configuration.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/package-configuration.hxx') diff --git a/bpkg/package-configuration.hxx b/bpkg/package-configuration.hxx index 3ff7b59..afc3dba 100644 --- a/bpkg/package-configuration.hxx +++ b/bpkg/package-configuration.hxx @@ -184,11 +184,11 @@ namespace bpkg small_vector change_history_; }; - // Up-negotiate the configuration for the specified dependencies of the + // Negotiate the configuration for the specified dependencies of the // specified dependent. Return true if the configuration has changed. // bool - up_negotiate_configuration ( + negotiate_configuration ( package_configurations&, package_skeleton& dependent, pair position, -- cgit v1.1