about summary refs log tree commit diff
path: root/src/libtest/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtest/cli.rs')
-rw-r--r--src/libtest/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/cli.rs b/src/libtest/cli.rs
index a800bd17c50..5317063b80d 100644
--- a/src/libtest/cli.rs
+++ b/src/libtest/cli.rs
@@ -283,7 +283,7 @@ fn is_nightly() -> bool {
     bootstrap || !disable_unstable_features
 }
 
-// Gets the CLI options assotiated with `report-time` feature.
+// Gets the CLI options associated with `report-time` feature.
 fn get_time_options(
     matches: &getopts::Matches,
     allow_unstable: bool,