Mercurial > hg > tipic
changeset 54:83e91b13feb7 v1.0
Fix silly typo
author | Chris Cannam |
---|---|
date | Tue, 20 Jun 2017 15:27:08 +0100 |
parents | ca2b90853228 |
children | bbebcf516b04 |
files | src/TipicVampPlugin.cpp tipic.n3 |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/TipicVampPlugin.cpp Tue Jun 20 15:20:59 2017 +0100 +++ b/src/TipicVampPlugin.cpp Tue Jun 20 15:27:08 2017 +0100 @@ -76,7 +76,7 @@ string Tipic::getCopyright() const { - return "Methods by Sebastian Ewert and Meinard Müller, pluguin by Chris Cannam. GPL licence."; + return "Methods by Sebastian Ewert and Meinard Müller, plugin by Chris Cannam. GPL licence."; } Tipic::InputDomain
--- a/tipic.n3 Tue Jun 20 15:20:59 2017 +0100 +++ b/tipic.n3 Tue Jun 20 15:27:08 2017 +0100 @@ -47,7 +47,7 @@ vamp:name "Timbre-Invariant Pitch Chroma" ; dc:description """Pitch and chroma features with optional DCT timbre reduction.""" ; foaf:maker :library_maker ; - dc:rights """Methods by Sebastian Ewert and Meinard Müller, pluguin by Chris Cannam. GPL licence.""" ; + dc:rights """Methods by Sebastian Ewert and Meinard Müller, plugin by Chris Cannam. GPL licence.""" ; # cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "tipic" ; vamp:vamp_API_version vamp:api_version_2 ;