Fix typos found by codespell

- Typos were found by codespell v1.17.0.dev0 (commit 44fea6d)
- Command used:
  codespell -q 2 \
  -L ba,bloc,blocs,doubleclick,dur,fille,frmat,numer,optin,passtime \
  -L pres,strack,te,tim,tre,uint,whn \
  --skip="*.de-DE.resx,./Bwg*,./Freedb,./MusicBrainz,./ProgressODoom" \
  --skip="./ThirdParty"
This commit is contained in:
Wolfgang Stöggl
2020-02-13 21:42:55 +01:00
parent 66b533c284
commit fe3cf97ef7
36 changed files with 91 additions and 91 deletions

View File

@@ -105,7 +105,7 @@ namespace AudioDataPlugIn
// StartNewSession is called once at the very beginning of an
// extraction session. It receives the CD metadata, the
// name of the used drive, the used read offset and whether
// the offset was setted by AccurateRip (so having a comparable
// the offset was set by AccurateRip (so having a comparable
// offset value)
public void StartNewSession(IMetadataLookup data, string drivename, int offset, bool aroffset, int mode)
@@ -183,7 +183,7 @@ namespace AudioDataPlugIn
else
{
#if DEBUG
m_trace.WriteLine("Sequence broken on new trasfer");
m_trace.WriteLine("Sequence broken on new transfer");
#endif
this.sequence_ok = false;
}
@@ -225,7 +225,7 @@ namespace AudioDataPlugIn
if ((m_start_pos + m_length) * 588 != thisAr.Position)
{
#if DEBUG
m_trace.WriteLine("Sequence broken on end of trasfer");
m_trace.WriteLine("Sequence broken on end of transfer");
#endif
this.sequence_ok = false;
}