aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-15 12:59:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-15 12:59:58 +0200
commit4fe93fb31b20925c93f12f4a182dc57155fab5b6 (patch)
tree8a80b2e93043fa4f848b3ad57e7050e2addc4679 /bpkg/package-skeleton.cxx
parent43212495490c1431f2cf31291d0af571fdc8777d (diff)
Rename up_negotiate_configuration() to negotiate_configuration()
Diffstat (limited to 'bpkg/package-skeleton.cxx')
-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 c98d48d..e6a0be9 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -1433,7 +1433,7 @@ namespace bpkg
// to true and may not have any conditions on other configuration
// variables (including their origin). As a result, we don't need to set
// the default (or other dependent) values, but will need the type
- // information as well as overrides (see up_negotiate_configuration()
+ // information as well as overrides (see negotiate_configuration()
// for details).
//
strings dvps;