From: Yu Watanabe Date: Tue, 13 Feb 2024 18:58:31 +0000 (+0900) Subject: tools: fix typo X-Git-Tag: v256-rc1~883 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd484e545edfbeeb20e585593827dbafeacd632;p=thirdparty%2Fsystemd.git tools: fix typo Follow-up for 6d55e3a3641b35dd2bb4306711b4db4004bf6817. --- diff --git a/tools/meson-vcs-tag.sh b/tools/meson-vcs-tag.sh index 6bac603929c..c6d140acb84 100755 --- a/tools/meson-vcs-tag.sh +++ b/tools/meson-vcs-tag.sh @@ -31,6 +31,6 @@ else [ -z "$c" ] && c="${fallback}" # Replace any hyphens with carets which are allowed in versions by pacman whereas hyphens are not. Git # versions with carets will also sort higher than their non-git version counterpart both in pacman - # versioning and in version comparision spec versioning. + # versioning and in version comparison spec versioning. echo "$c" | sed 's/^v//; s/-/^/g' fi