1
Fork 0

Fix typo in comment

This commit is contained in:
johnthagen 2017-10-08 19:11:34 -04:00
parent 650b1b1f3a
commit 1c4add9c7c

View file

@ -346,7 +346,7 @@ for target in configured_targets:
targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", target)
# Here we walk through the constructed configuration we have from the parsed
# command line arguemnts. We then apply each piece of configuration by
# command line arguments. We then apply each piece of configuration by
# basically just doing a `sed` to change the various configuration line to what
# we've got configure.
def to_toml(value):