From ce6b9999958a316d8dfbd00cd4b5bcd6e83d7b92 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 20 Sep 2024 16:08:19 +0100 Subject: [PATCH] Fix typo in warning message --- qrenderdoc/Code/qrenderdoc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Code/qrenderdoc.cpp b/qrenderdoc/Code/qrenderdoc.cpp index f70a1d84e..ad6506546 100644 --- a/qrenderdoc/Code/qrenderdoc.cpp +++ b/qrenderdoc/Code/qrenderdoc.cpp @@ -567,7 +567,7 @@ int main(int argc, char *argv[]) RDDialog::warning( NULL, tr("vkconfig detected - possible incompatibility"), tr("Configuration from 'vkconfig' tool detected.\n\n" - "This program has caused roblems in the past and it is \n" + "This program has caused problems in the past and it is \n" "strongly recommended that you disable it while using RenderDoc.\n\n" "If this program is not active check the path below for any leftover files:\n\n%1") .arg(fn));