1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-10 16:35:32 +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

@@ -249,7 +249,7 @@ ProgressResult ExportOGG::Export(AudacityProject *project,
// 3. The bitstream codebook.
//
// After we create those our responsibility is complete, libvorbis will
// take care of any other ogg bistream constraints (again, according
// take care of any other ogg bitstream constraints (again, according
// to the example encoder source)
ogg_packet bitstream_header;
ogg_packet comment_header;