Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Wolfgang Stöggl <[email protected]>
  • Loading branch information
ktmf01 and c72578 authored Dec 23, 2024
1 parent cd8712d commit 66c4cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/FLAC/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -444,14 +444,14 @@
*
* \section porting_1_4_3_to_1_5_0_summary Summary
*
* Between FLAC 1.3.4 and FLAC 1.5.0, there has been changes to
* Between FLAC 1.3.4 and FLAC 1.5.0, there have been changes to
* existing functions and enums:
* - the functions FLAC__metadata_get_streaminfo,
* FLAC__metadata_get_tags and FLAC__metadata_get_cuesheet can now
* read from Ogg FLAC files
* - when encoding Ogg FLAC files, the 'samples' argument of the
* write callback no longer always returns 0.
* - two error statusses have been added to the
* - two error statuses have been added to the
* FLAC__StreamDecoderErrorStatus enum
* - one status is added to FLAC__StreamDecoderState, which is only
* used when the new decoding of chained streams functionality is
Expand All @@ -472,7 +472,7 @@
* FLAC__stream_decoder_process_until_end_of_link have been added
* to support decoding of chained streams
* - the function FLAC__metadata_chain_write_new_file has been added,
* which is useful to combine copying of a file with chainging its
* which is useful to combine copying of a file with chaining its
* metadata
* - the function FLAC__stream_decoder_find_total_samples was added,
* which seeks to the end of a file to find the total number of
Expand Down

0 comments on commit 66c4cba

Please sign in to comment.