Skip to content

Commit 91c397a

Browse files
committed
rollup merge of #19893: JacobEdelman/patch-1
FIxed the spelling of the word "specific".
2 parents b0a3bf6 + 72608eb commit 91c397a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/make-win-dist.py

+1-1
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)