Merge branch 'master' into feature/debugmode
[aubio.git] / python / ext / py-sink.c
index 4fc514f..83c7ddd 100644 (file)
@@ -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"
 "";