summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-05-22 16:37:08 +0000
committerng0 <ng0@n0.is>2019-05-22 16:37:08 +0000
commit76775eb29a045f4354ef7138deaf2e1721708dd4 (patch)
tree48e9517d65525dac2eeb54baac0e37bce9b58ca1 /scripts
parenta341c3159eaeb4a6386fc3360f8d082e25b26ec3 (diff)
parent885ce31401b6789c959131754b1e5ae518964072 (diff)
downloadgnurl-76775eb29a045f4354ef7138deaf2e1721708dd4.tar.gz
gnurl-76775eb29a045f4354ef7138deaf2e1721708dd4.tar.bz2
gnurl-76775eb29a045f4354ef7138deaf2e1721708dd4.zip
Merge tag 'curl-7_65_0' of https://github.com/curl/curl
7.65.0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/delta6
-rwxr-xr-xscripts/singleuse.pl2
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/delta b/scripts/delta
index 3318a58ef..81de75338 100755
--- a/scripts/delta
+++ b/scripts/delta
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2018-2019, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -21,7 +21,7 @@
#
###########################################################################
-# Display changes done in the respository from [tag] until now.
+# Display changes done in the repository from [tag] until now.
#
# Uses git for repo data.
# Uses docs/THANKS and RELEASE-NOTES for current status.
@@ -79,7 +79,7 @@ $apublic=`git grep ^CURL_EXTERN -- include/curl | wc -l`;
$bpublic=`git grep ^CURL_EXTERN $start -- include/curl | wc -l`;
$public = $apublic - $bpublic;
-# Changes/bug-fixes currenly logged
+# Changes/bug-fixes currently logged
open(F, "<RELEASE-NOTES");
while(<F>) {
if($_ =~ /following changes:/) {
diff --git a/scripts/singleuse.pl b/scripts/singleuse.pl
index 148aebe9d..0a5876a72 100755
--- a/scripts/singleuse.pl
+++ b/scripts/singleuse.pl
@@ -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',
);