aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.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/package.hxx
parent706a0a18bd2f259be6d61cf83a0ba3c3f9674c5c (diff)
Fix certificates and repositories directory names in comments
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index 35b9332..68c2cd8 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -645,8 +645,8 @@ namespace bpkg
// certificate
//
// Information extracted from a repository X.509 certificate. The actual
- // certificate is stored on disk as .bpkg/certificates/<id>.pem (we have to
- // store it as a file because that's the only way to pass it to openssl).
+ // certificate is stored on disk as .bpkg/certs/<id>.pem (we have to store
+ // it as a file because that's the only way to pass it to openssl).
//
// If a repository is not authenticated (has no certificate/signature,
// called unauth from now on), then we ask for the user's confirmation and