Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
Found by codespell.
  • Loading branch information
heirecka committed Nov 21, 2022
1 parent 25ce73c commit f4cf3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgetpaste
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ converttoraw() {
if [[ -n ${!regex} ]]; then
RAWURL=$(sed -e "${!regex}" <<< "$URL")
[[ -n $RAWURL ]] && return 0
echo "Convertion to raw url failed." >&2
echo "Conversion to raw url failed." >&2
else
echo "Raw download of pastes is not supported by $(getrecipient)." >&2
fi
Expand Down

0 comments on commit f4cf3f4

Please sign in to comment.