From 5fafdb28429f697c4f710f501bb9d56f2e1d39ef Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Wed, 20 May 2026 20:35:11 +0200 Subject: [PATCH] Fix some typos found by AI review --- Jamulus.pro | 2 +- src/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamulus.pro b/Jamulus.pro index 3eb7d994b9..421a7c6218 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -85,7 +85,7 @@ DEFINES += APP_VERSION=\\\"$$VERSION\\\" \ CUSTOM_MODES \ _REENTRANT -# some depreciated functions need to be kept for older versions to build +# some deprecated functions need to be kept for older versions to build # TODO as soon as we drop support for the old Qt version, remove the following line DEFINES += QT_NO_DEPRECATED_WARNINGS diff --git a/src/util.h b/src/util.h index 99d66b4889..fd5f701e45 100644 --- a/src/util.h +++ b/src/util.h @@ -36,7 +36,7 @@ # include # include #else -// using mach nanosleep for Linux +// using nanosleep for Linux # include #endif #include