Skip to content

Commit 1d49e35

Browse files
pstoecklesamueloph
authored andcommitted
chore: fix typos
1 parent 70111a3 commit 1d49e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ testUrlStartingWithDash()
120120
{
121121
url='-example.com'
122122
ret=$(${WCURL_CMD} ${url} 2>&1)
123-
assertFalse "Verify wether 'wcurl' considers an URL starting with '-' as an option" "$?"
123+
assertFalse "Verify whether 'wcurl' considers an URL starting with '-' as an option" "$?"
124124
assertEquals "${ret}" "Unknown option: '-example.com'."
125125
}
126126

wcurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ error()
9191

9292
# Extra curl options provided by the user.
9393
# This is set per-URL for every URL provided.
94-
# Some options are global, but we are erroring on the side of needlesly setting
94+
# Some options are global, but we are erroring on the side of needlessly setting
9595
# them multiple times instead of causing issues with parameters that needs to
9696
# be set per-URL.
9797
CURL_OPTIONS=""

0 commit comments

Comments
 (0)