Skip to content

Commit 5fafdb2

Browse files
committed
Fix some typos found by AI review
1 parent 4200d38 commit 5fafdb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jamulus.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ DEFINES += APP_VERSION=\\\"$$VERSION\\\" \
8585
CUSTOM_MODES \
8686
_REENTRANT
8787

88-
# some depreciated functions need to be kept for older versions to build
88+
# some deprecated functions need to be kept for older versions to build
8989
# TODO as soon as we drop support for the old Qt version, remove the following line
9090
DEFINES += QT_NO_DEPRECATED_WARNINGS
9191

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# include <mach/mach_error.h>
3737
# include <mach/mach_time.h>
3838
#else
39-
// using mach nanosleep for Linux
39+
// using nanosleep for Linux
4040
# include <sys/time.h>
4141
#endif
4242
#include <QCoreApplication>

0 commit comments

Comments
 (0)