scripts: fix typos

This commit is contained in:
Daniel Gustafsson 2019-03-31 22:39:29 +02:00
parent e413baffdc
commit a92e9f578f
2 changed files with 4 additions and 4 deletions

View file

@ -143,7 +143,7 @@ my %api = (
'curl_version' => 'API',
'curl_version_info' => 'API',
# the following funcions are provided globally in debug builds
# the following functions are provided globally in debug builds
'curl_easy_perform_ev' => 'debug-build',
);