Skip to content

Commit 16dd98c

Browse files
committed
build.sh: fix spelling and grammar in a help string
1 parent 947b06d commit 16dd98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env sh
2-
# $NetBSD: build.sh,v 1.387 2024/12/23 01:51:13 kre Exp $
2+
# $NetBSD: build.sh,v 1.388 2024/12/28 00:39:56 gutteridge Exp $
33
#
44
# Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
55
# All rights reserved.
@@ -1154,7 +1154,7 @@ help()
11541154
mkrepro-timestamp Show the latest source timestamp used for reproducible
11551155
builds and exit. Requires -P or -V MKREPRO=yes.
11561156
show-revisionid Show the revision ID of the current directory
1157-
(in SCM dependend format) and exit.
1157+
(in SCM-dependent format) and exit.
11581158
Requires -P or -V MKREPRO=yes.
11591159
11601160
Options:
@@ -2205,7 +2205,7 @@ createmakewrapper()
22052205
eval cat <<EOF ${makewrapout}
22062206
#! ${HOST_SH}
22072207
# Set proper variables to allow easy "make" building of a NetBSD subtree.
2208-
# Generated from: \$NetBSD: build.sh,v 1.387 2024/12/23 01:51:13 kre Exp $
2208+
# Generated from: \$NetBSD: build.sh,v 1.388 2024/12/28 00:39:56 gutteridge Exp $
22092209
# with these arguments: ${_args}
22102210
#
22112211

0 commit comments

Comments
 (0)