Module Name: src Committed By: kre Date: Tue Aug 16 13:19:42 UTC 2022
Modified Files: src/external/public-domain/tz: tzdata2netbsd Log Message: Correct a typo in a comment. NFC. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/public-domain/tz/tzdata2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/public-domain/tz/tzdata2netbsd diff -u src/external/public-domain/tz/tzdata2netbsd:1.12 src/external/public-domain/tz/tzdata2netbsd:1.13 --- src/external/public-domain/tz/tzdata2netbsd:1.12 Sat Mar 24 01:54:48 2018 +++ src/external/public-domain/tz/tzdata2netbsd Tue Aug 16 13:19:41 2022 @@ -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 @@ shell_quote() # 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/\$/'/" \