From: Paul Brossier Date: Thu, 20 Jun 2019 07:14:51 +0000 (+0200) Subject: [py] fix typo in sink docstrings X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=271434fb98513576389ed9749956232f378945b6;ds=sidebyside [py] fix typo in sink docstrings --- diff --git a/python/ext/py-sink.c b/python/ext/py-sink.c index 4fc514f2..83c7ddd1 100644 --- a/python/ext/py-sink.c +++ b/python/ext/py-sink.c @@ -81,7 +81,7 @@ static char Py_sink_close_doc[] = "" "Close this sink now.\n" "\n" "By default, the sink will be closed before being deleted.\n" -"Explicitely closing a sink can be useful to control the number\n" +"Explicitly closing a sink can be useful to control the number\n" "of files simultaneously opened.\n" "";