Skip to content

Commit 50877e2

Browse files
committed
Merge pull request #19893 from JacobEdelman/patch-1
Fixed a small spelling mistake Reviewed-by: steveklabnik
2 parents b506c1c + 72608eb commit 50877e2

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)