From 305650fe6c589c87f83f0b5b78c9daba118b7c69 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 20 Jun 2024 09:24:21 +0200 Subject: [PATCH] qmake fixtypo --- qmake/features/private/tiny_ccache_version.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmake/features/private/tiny_ccache_version.prf b/qmake/features/private/tiny_ccache_version.prf index ad0d105c9..988ae6075 100644 --- a/qmake/features/private/tiny_ccache_version.prf +++ b/qmake/features/private/tiny_ccache_version.prf @@ -19,7 +19,7 @@ defineTest(tiny_should_disable_precompile_headers) { # Nothing to do, ccache isn't on the system path (--version argument is needed as # w/o it the exit code is 1). In this case don't disable PCH and even don't cache - # the TINY_CCACHE_VERSION because the build is gona to fail and we don't want to + # the TINY_CCACHE_VERSION because the build is going to fail and we don't want to # cache a wrong value !system("ccache --version 1>$$QMAKE_SYSTEM_NULL_DEVICE 2>$$QMAKE_SYSTEM_NULL_DEVICE"): \ return(false)