aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-03 15:53:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-03 15:53:22 +0300
commit646767a35fb2b9b0e3f992a3092c761ea6e5e362 (patch)
tree4fd41691c213c1f626b6319da2ffee9c8a2bae36 /bpkg/utility.hxx
parent706a0a18bd2f259be6d61cf83a0ba3c3f9674c5c (diff)
Fix certificates and repositories directory names in comments
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 2 insertions, 2 deletions
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.