Skip to content

Commit

Permalink
Fixed a small spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
YafahEdelman committed Dec 15, 2014
1 parent 92e9e70 commit 72608eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/make-win-dist.py
Expand Up @@ -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)
Expand Down

0 comments on commit 72608eb

Please sign in to comment.