about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-09-27 21:35:09 +0200
committerGitHub <noreply@github.com>2024-09-27 21:35:09 +0200
commit6c362bf8f6d3ec2d14dc97ef6729d14b3fb60bc0 (patch)
treef0668b7b960c578e01881aa22f45cb1dc042e6af
parenta935064faeda0c995960a407d47b4db8f16ac16b (diff)
parent8ba2c7d42b37497802499540b8a4cc4b3506fc64 (diff)
downloadrust-6c362bf8f6d3ec2d14dc97ef6729d14b3fb60bc0.tar.gz
rust-6c362bf8f6d3ec2d14dc97ef6729d14b3fb60bc0.zip
Rollup merge of #130915 - naskya:fix/typo, r=jieyouxu
fix typo in triagebot.toml

This pull request fixes a minor typo in the triagebot config file.
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 5d80b9e656e..aba36692828 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -823,7 +823,7 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
 message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
 
 [mentions."test/crashes"]
-message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the correspondig `ui` subdir and add 'Fixes #<issueNr>' to the pr description to autoclose the issue upon merge."
+message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge."
 
 [mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
 message = "Changes to the code generated for builtin derived traits."