Changeset 3d1ca81


Ignore:
Timestamp:
Dec 5, 2013, 3:38:26 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
ba0ba10
Parents:
2d88f41a
Message:

src/io/source_sndfile.c: fix typo in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    r2d88f41a r3d1ca81  
    7474  s->path = path;
    7575
    76   // try opening the file, geting the info in sfinfo
     76  // try opening the file, getting the info in sfinfo
    7777  SF_INFO sfinfo;
    7878  AUBIO_MEMSET(&sfinfo, 0, sizeof (sfinfo));
Note: See TracChangeset for help on using the changeset viewer.