Skip to content

Commit a92e9f5

Browse files
scripts: fix typos
1 parent e413baf commit a92e9f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/delta

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# | (__| |_| | _ <| |___
77
# \___|\___/|_| \_\_____|
88
#
9-
# Copyright (C) 2018, Daniel Stenberg, <[email protected]>, et al.
9+
# Copyright (C) 2018-2019, Daniel Stenberg, <[email protected]>, et al.
1010
#
1111
# This software is licensed as described in the file COPYING, which
1212
# you should have received as part of this distribution. The terms
@@ -21,7 +21,7 @@
2121
#
2222
###########################################################################
2323

24-
# Display changes done in the respository from [tag] until now.
24+
# Display changes done in the repository from [tag] until now.
2525
#
2626
# Uses git for repo data.
2727
# Uses docs/THANKS and RELEASE-NOTES for current status.
@@ -79,7 +79,7 @@ $apublic=`git grep ^CURL_EXTERN -- include/curl | wc -l`;
7979
$bpublic=`git grep ^CURL_EXTERN $start -- include/curl | wc -l`;
8080
$public = $apublic - $bpublic;
8181

82-
# Changes/bug-fixes currenly logged
82+
# Changes/bug-fixes currently logged
8383
open(F, "<RELEASE-NOTES");
8484
while(<F>) {
8585
if($_ =~ /following changes:/) {

scripts/singleuse.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
'curl_version' => 'API',
144144
'curl_version_info' => 'API',
145145

146-
# the following funcions are provided globally in debug builds
146+
# the following functions are provided globally in debug builds
147147
'curl_easy_perform_ev' => 'debug-build',
148148
);
149149

0 commit comments

Comments
 (0)