about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-19 08:10:54 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-19 08:10:54 -0400
commita2fbf9da29404c3d1826b2c256440d13541b164f (patch)
treede8db1e3daf71605440d25344088a94cf2ab8f90
parentb3afb16d246c6aa080cf52a85003e19da79b828e (diff)
downloadrust-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.in2
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.
 #