common/environment/setup/misc.sh: fix typo

This commit is contained in:
Piraty 2023-01-11 00:20:41 +01:00
parent 983a0a3913
commit d4b50ed2cf
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,7 +1,7 @@
# #
# Common variables that can be used by xbps-src. # Common variables that can be used by xbps-src.
# #
# SITE used for ditfiles mirrors. For use in $distfiles. # SITE used for distfiles mirrors. For use in $distfiles.
set -a set -a
SOURCEFORGE_SITE="https://downloads.sourceforge.net/sourceforge" SOURCEFORGE_SITE="https://downloads.sourceforge.net/sourceforge"