about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/run-pass/match-static-const-rename.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/match-static-const-rename.rs b/src/test/run-pass/match-static-const-rename.rs
index 2bf16791b42..0d3dd25ef9c 100644
--- a/src/test/run-pass/match-static-const-rename.rs
+++ b/src/test/run-pass/match-static-const-rename.rs
@@ -13,7 +13,7 @@
 // This is similar to compile-fail/match-static-const-lc, except it
 // shows the expected usual workaround (choosing a different name for
 // the static definition) and also demonstrates that one can work
-// around this problem locally by reanming the constant in the `use`
+// around this problem locally by renaming the constant in the `use`
 // form to an uppercase identifier that placates the lint.
 
 #[deny(non_uppercase_pattern_statics)];