aboutsummaryrefslogtreecommitdiff
path: root/bpkg/archive.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/archive.hxx')
-rw-r--r--bpkg/archive.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/archive.hxx b/bpkg/archive.hxx
index 6904f7a..17e854a 100644
--- a/bpkg/archive.hxx
+++ b/bpkg/archive.hxx
@@ -20,7 +20,7 @@ namespace bpkg
package_dir (const path& archive);
// Start the process of extracting the specified file from the archive. If
- // error is false, then redirect STDERR to /dev/null (this can be used, for
+ // error is false, then redirect stderr to /dev/null (this can be used, for
// example, to suppress diagnostics).
//
// Return a pair of processes that form a pipe. Wait on the second first.