Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/public-domain/tz Correct a typo in a comment. NFC.
details: https://anonhg.NetBSD.org/src/rev/63e68c4bc9e9
branches: trunk
changeset: 369418:63e68c4bc9e9
user: kre <kre%NetBSD.org@localhost>
date: Tue Aug 16 13:19:41 2022 +0000
description:
Correct a typo in a comment. NFC.
diffstat:
external/public-domain/tz/tzdata2netbsd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b8cbbf371132 -r 63e68c4bc9e9 external/public-domain/tz/tzdata2netbsd
--- a/external/public-domain/tz/tzdata2netbsd Tue Aug 16 11:09:08 2022 +0000
+++ b/external/public-domain/tz/tzdata2netbsd Tue Aug 16 13:19:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tzdata2netbsd,v 1.12 2018/03/24 01:54:48 kre Exp $
+# $NetBSD: tzdata2netbsd,v 1.13 2022/08/16 13:19:41 kre Exp $
# For use by NetBSD developers when updating to new versions of tzdata.
#
@@ -288,7 +288,7 @@
# Finally, elide unnecessary '' pairs at the
# beginning and end of the result and as part of
# '\'''\'' sequences that result from multiple
- # adjacent quotes in he input.
+ # adjacent quotes in the input.
qarg="$(printf '%s\n' "$arg" | \
${SED:-sed} -e "s/'/'\\\\''/g" \
-e "1s/^/'/" -e "\$s/\$/'/" \
Home |
Main Index |
Thread Index |
Old Index