Skip to content

Commit 5863cb3

Browse files
authored
fix typo noted during review
1 parent ae05961 commit 5863cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub fn check(path: &Path, bad: &mut bool) {
2525
if let Some(ext) = file_path.extension() {
2626
if (ext == "stderr" || ext == "stdout") && !file_path.with_extension("rs").exists() {
2727

28-
// rust-lang/rust#48879: this fn used to be beautful
28+
// rust-lang/rust#48879: this fn used to be beautiful
2929
// because Path API special-cases replacing
3030
// extensions. That works great for ".stderr" but not
3131
// so well for ".nll.stderr". To support the latter,

0 commit comments

Comments
 (0)