File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ testUrlStartingWithDash()
120
120
{
121
121
url=' -example.com'
122
122
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" " $? "
124
124
assertEquals " ${ret} " " Unknown option: '-example.com'."
125
125
}
126
126
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ error()
91
91
92
92
# Extra curl options provided by the user.
93
93
# 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
95
95
# them multiple times instead of causing issues with parameters that needs to
96
96
# be set per-URL.
97
97
CURL_OPTIONS=" "
You can’t perform that action at this time.
0 commit comments