Changeset 7d50c5a


Ignore:
Timestamp:
Jul 17, 2012, 11:10:15 PM (12 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:
4c4c9f6
Parents:
97514e2
Message:

py-filter.c: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/py-filter.c

    r97514e2 r7d50c5a  
    9797  if (err > 0) {
    9898    PyErr_SetString (PyExc_ValueError,
    99         "error when setting filter to A-weighting");
     99        "error when setting filter to C-weighting");
    100100    return NULL;
    101101  }
Note: See TracChangeset for help on using the changeset viewer.