diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-19 08:10:54 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-19 08:10:54 -0400 |
| commit | a2fbf9da29404c3d1826b2c256440d13541b164f (patch) | |
| tree | de8db1e3daf71605440d25344088a94cf2ab8f90 | |
| parent | b3afb16d246c6aa080cf52a85003e19da79b828e (diff) | |
| download | rust-a2fbf9da29404c3d1826b2c256440d13541b164f.tar.gz rust-a2fbf9da29404c3d1826b2c256440d13541b164f.zip | |
Fixed an apparent typo
Repertory is a real world, but it doesn't really make sense in that context.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8968fabf1b4..baa7e77394a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ # # * check - Run the complete test suite # -# * clean - Clean the build repertory. It is advised to run this +# * clean - Clean the build repository. It is advised to run this # command if you want to build Rust again, after an update # of the git repository. # |
