commit: 82b44f1d6efa18a9339e69a8f12ea1603ec8b48b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 02:08:17 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 02:08:17 2022 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=82b44f1d
crossdev: fix typo in comment
Signed-off-by: Sam James <sam <AT> gentoo.org>
crossdev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crossdev b/crossdev
index fcf6a65..4e88913 100755
--- a/crossdev
+++ b/crossdev
@@ -898,7 +898,7 @@ for with in HEADERS ; do
done
# ::gentoo has no stable 'mingw64-runtime' or 'newlib'.
-# Let's default to 'latest' unles suser specified something else.
+# Let's default to 'latest' unless user specified something else.
if [[ ${LPKG} == "mingw64-runtime" && ${LVER} == "[stable]" ]]; then
LVER="[latest]"
fi