From 538700d3c500c74bf3d371968f8fb1c359189fc2 Mon Sep 17 00:00:00 2001
From: totoro642 <totoro642@caramail.fr>
Date: Wed, 2 Oct 2024 09:13:34 +0300
Subject: [PATCH] Fix typo README.md

---
 tests/ui/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ui/README.md b/tests/ui/README.md
index c14d0ee78c8df..d6726980ab353 100644
--- a/tests/ui/README.md
+++ b/tests/ui/README.md
@@ -6,7 +6,7 @@ This folder contains `rustc`'s
 ## Test Directives (Headers)
 
 Typically, a UI test will have some test directives / headers which are
-special comments that tell compiletest how to build and intepret a test.
+special comments that tell compiletest how to build and interpret a test.
 
 As part of an on-going effort to rewrite compiletest
 (see <https://github.com/rust-lang/compiler-team/issues/536>), a major