From 825f1c69fe00217007a28abdaf5da4223a72e8e7 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Fri, 17 Jun 2022 22:14:09 +0800 Subject: [PATCH] Fix typo --- qrenderdoc/Windows/Dialogs/TipsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Windows/Dialogs/TipsDialog.cpp b/qrenderdoc/Windows/Dialogs/TipsDialog.cpp index 8991cfdad..70076e616 100644 --- a/qrenderdoc/Windows/Dialogs/TipsDialog.cpp +++ b/qrenderdoc/Windows/Dialogs/TipsDialog.cpp @@ -220,7 +220,7 @@ void TipsDialog::initialize() m_tips.push_back(Tip( tr("Texture debugging overlays"), tr("In the texture viewer, you can select from several helpful debugging overlays over the " - "current view. This can show wireframe or solid coloour overlays of the current drawcall, " + "current view. This can show wireframe or solid colour overlays of the current drawcall, " "as well as showing depth pass/fail or even representing quad overdraw as a heatmap.\n"))); // Tip 22