diff options
| author | Stefan Weil | 2018-07-12 21:51:20 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2018-07-23 16:50:43 +0200 |
| commit | 50d6a8a352af164a3335d510af38b9545d568676 (patch) | |
| tree | fbf59f048793f6f65e197ad5eba7fefdf66fcf47 /block/curl.c | |
| parent | qemu-iotests: Use host_device instead of file in 149 (diff) | |
| download | qemu-50d6a8a352af164a3335d510af38b9545d568676.tar.gz qemu-50d6a8a352af164a3335d510af38b9545d568676.tar.xz qemu-50d6a8a352af164a3335d510af38b9545d568676.zip | |
block: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/curl.c')
| -rw-r--r-- | block/curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/curl.c b/block/curl.c index aa42535783..229bb84a27 100644 --- a/block/curl.c +++ b/block/curl.c @@ -804,7 +804,7 @@ static int curl_open(BlockDriverState *bs, QDict *options, int flags, } /* Prior CURL 7.19.4 return value of 0 could mean that the file size is not * know or the size is zero. From 7.19.4 CURL returns -1 if size is not - * known and zero if it is realy zero-length file. */ + * known and zero if it is really zero-length file. */ #if LIBCURL_VERSION_NUM >= 0x071304 if (d < 0) { pstrcpy(state->errmsg, CURL_ERROR_SIZE, |
