File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
# | (__| |_| | _ <| |___
7
7
# \___|\___/|_| \_\_____|
8
8
#
9
- # Copyright (C) 2018, Daniel Stenberg, <[email protected] >, et al.
9
+ # Copyright (C) 2018-2019 , Daniel Stenberg, <[email protected] >, et al.
10
10
#
11
11
# This software is licensed as described in the file COPYING, which
12
12
# you should have received as part of this distribution. The terms
21
21
#
22
22
# ##########################################################################
23
23
24
- # Display changes done in the respository from [tag] until now.
24
+ # Display changes done in the repository from [tag] until now.
25
25
#
26
26
# Uses git for repo data.
27
27
# Uses docs/THANKS and RELEASE-NOTES for current status.
@@ -79,7 +79,7 @@ $apublic=`git grep ^CURL_EXTERN -- include/curl | wc -l`;
79
79
$bpublic =` git grep ^CURL_EXTERN $start -- include/curl | wc -l` ;
80
80
$public = $apublic - $bpublic ;
81
81
82
- # Changes/bug-fixes currenly logged
82
+ # Changes/bug-fixes currently logged
83
83
open (F, " <RELEASE-NOTES" );
84
84
while (<F>) {
85
85
if ($_ =~ / following changes:/ ) {
Original file line number Diff line number Diff line change 143
143
' curl_version' => ' API' ,
144
144
' curl_version_info' => ' API' ,
145
145
146
- # the following funcions are provided globally in debug builds
146
+ # the following functions are provided globally in debug builds
147
147
' curl_easy_perform_ev' => ' debug-build' ,
148
148
);
149
149
You can’t perform that action at this time.
0 commit comments