xcodeenv: fix typo

This commit is contained in:
Alexandre Esteves 2018-05-06 22:34:05 +01:00 committed by Matthew Justin Bauer
parent 938fd3042e
commit 85b5fc7c98

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation {
echo "Please provide a UDID of a simulator:"
read udid
else
# If a parameter has been provided, consider that a device UDID an use that
# If a parameter has been provided, consider that a device UDID and use that
udid="$1"
fi