aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/archiver/archiver.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/archiver/archiver.qbs')
-rw-r--r--share/qbs/modules/archiver/archiver.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/archiver/archiver.qbs b/share/qbs/modules/archiver/archiver.qbs
index c05decb02..540d75f1d 100644
--- a/share/qbs/modules/archiver/archiver.qbs
+++ b/share/qbs/modules/archiver/archiver.qbs
@@ -159,7 +159,7 @@ Module {
args.push("-cfM", output.filePath, "@" + input.filePath);
} else if (binaryName === "zip") {
// The "zip" program included with most Linux and Unix distributions
- // (including OS X) is Info-ZIP's Zip, so this should be fairly portable.
+ // (including macOS) is Info-ZIP's Zip, so this should be fairly portable.
if (compression === "none") {
args.push("-0");
} else {