[libcxx] [docs] [NFC] Fix typo.
GitOrigin-RevId: 6648414b2b7dd3802e6931be2f657926b97d0764
diff --git a/docs/TestingLibcxx.rst b/docs/TestingLibcxx.rst
index d42becf..b628fee 100644
--- a/docs/TestingLibcxx.rst
+++ b/docs/TestingLibcxx.rst
@@ -187,7 +187,7 @@
- All tests are run in a temporary directory that is unique to that test and
cleaned up after the test is done.
- When a test needs data files as inputs, these data files can be saved in the
- repository (when reasonable) and referrenced by the test as
+ repository (when reasonable) and referenced by the test as
``// FILE_DEPENDENCIES: <path-to-dependencies>``. Copies of these files or
directories will be made available to the test in the temporary directory
where it is run.