summaryrefslogtreecommitdiffstats
path: root/src/mixxx.rc
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-06-29 15:35:59 -0400
committerluz paz <luzpaz@users.noreply.github.com>2021-06-29 15:35:59 -0400
commit380c4575cb8a5f6e3089bf7f1a3d003d6d117620 (patch)
treee0ac078c9e1c692845d67f70a84148c3cf6af874 /src/mixxx.rc
parent2b3e39f299ed16cbb5339eb2c9cad7d9f98f022b (diff)
Fix misc. typos
Found via `codespell -q 3 -S *.ts,*.po,*.rtf,./.git,./src/library,./lib,./build/wix -L ba,chang,crate,ect,everytime,german,hace,iff,jus,ith,lokal,nd,ons,pevent,pparent,preverse,seeked,sheat,sinc,splitted,substract,thru,tim,uint`
Diffstat (limited to 'src/mixxx.rc')
-rw-r--r--src/mixxx.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixxx.rc b/src/mixxx.rc
index 1c42f218b0..a12730c25f 100644
--- a/src/mixxx.rc
+++ b/src/mixxx.rc
@@ -7,7 +7,7 @@ IDI_ICON1 ICON DISCARDABLE "res/images/icons/ic_mixxx.ico"
#define VER_PRODUCTNAME_STR "Mixxx\0"
#define VER_FILEDESCRIPTION_STR "Mixxx digital DJ software"
#define VER_COMPANYNAME_STR "The Mixxx Development Team"
-// \xA9 for (c) symbol. The Microsoft Resource Compiler compiler asumes Latin-1 strings
+// \xA9 for (c) symbol. The Microsoft Resource Compiler compiler assumes Latin-1 strings
#define VER_LEGALCOPYRIGHT_STR "\xA9 2001-" CUR_YEAR " Mixxx Development Team\0"
#define VER_ORIGINALFILENAME_STR "Mixxx.exe"