Skip to content

Commit 1c4add9

Browse files
committed
Fix typo in comment
1 parent 650b1b1 commit 1c4add9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def set(key, value):
346346
targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", target)
347347

348348
# Here we walk through the constructed configuration we have from the parsed
349-
# command line arguemnts. We then apply each piece of configuration by
349+
# command line arguments. We then apply each piece of configuration by
350350
# basically just doing a `sed` to change the various configuration line to what
351351
# we've got configure.
352352
def to_toml(value):

0 commit comments

Comments
 (0)