1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 15:53:49 +01:00

Fix typos (user facing and non-user facing) (#727)

Found via `codespell v2.1.dev0`  
`codespell -q 3 -S *.po,./lib-src -L parm,parms,toke`
This commit is contained in:
luzpaz
2021-01-24 04:46:08 -05:00
committed by GitHub
parent 4b07fbaa8a
commit 7a3bdcf3f2
33 changed files with 35 additions and 35 deletions

View File

@@ -19,7 +19,7 @@
/* Define to 1 if using `alloca.c'. */
#cmakedefine C_ALLOCA 1
/* alot of debug output */
/* a lot of debug output */
#cmakedefine DEBUG 1
/* allow to compute a more accurate replaygain value */
@@ -286,7 +286,7 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#cmakedefine TIME_WITH_SYS_TIME 1
/* faster log implementation with less but enough precission */
/* faster log implementation with less but enough precision */
#cmakedefine USE_FAST_LOG 1
/* Enable extensions on AIX 3, Interix. */