Skip to content

Commit 1f2a18c

Browse files
committed
rollup merge of rust-lang#19893: JacobEdelman/patch-1
FIxed the spelling of the word "specific".
2 parents 4a77570 + 72608eb commit 1f2a18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/make-win-dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def make_win_dist(rust_root, gcc_root, target_triple):
107107
for src in target_tools:
108108
shutil.copy(src, target_bin_dir)
109109

110-
# Copy platform libs to platform-spcific lib directory
110+
# Copy platform libs to platform-specific lib directory
111111
target_lib_dir = os.path.join(gcc_root, "bin", "rustlib", target_triple, "lib")
112112
if not os.path.exists(target_lib_dir):
113113
os.makedirs(target_lib_dir)

0 commit comments

Comments
 (0)