From 646767a35fb2b9b0e3f992a3092c761ea6e5e362 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 3 Mar 2018 15:53:22 +0300 Subject: Fix certificates and repositories directory names in comments --- bpkg/utility.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index b5e05d5..5c370ef 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -53,8 +53,8 @@ namespace bpkg // Widely-used paths. // extern const dir_path bpkg_dir; // .bpkg/ - extern const dir_path certs_dir; // .bpkg/certificates/ - extern const dir_path repos_dir; // .bpkg/repositories/ + extern const dir_path certs_dir; // .bpkg/certs/ + extern const dir_path repos_dir; // .bpkg/repos/ extern const dir_path current_dir; // ./ // Temporary directory facility. -- cgit v1.1