rollup merge of #19893: JacobEdelman/patch-1

FIxed the spelling of the word "specific".
This commit is contained in:
Alex Crichton 2014-12-17 08:35:11 -08:00
commit 1f2a18c7a6

View file

@ -107,7 +107,7 @@ def make_win_dist(rust_root, gcc_root, target_triple):
for src in target_tools:
shutil.copy(src, target_bin_dir)
# Copy platform libs to platform-spcific lib directory
# Copy platform libs to platform-specific lib directory
target_lib_dir = os.path.join(gcc_root, "bin", "rustlib", target_triple, "lib")
if not os.path.exists(target_lib_dir):
os.makedirs(target_lib_dir)