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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user