]> git.proxmox.com Git - mirror_qemu.git/blobdiff - nbd/client.c
Fix some typos found by codespell
[mirror_qemu.git] / nbd / client.c
index 48f2a21f3387ee72bd01c9932c2cfa7c867f8c87..31b88f3a31c00f8be0febfc7b7d52b2c01d2acff 100644 (file)
@@ -373,7 +373,7 @@ static QIOChannel *nbd_receive_starttls(QIOChannel *ioc,
     }
     length = be32_to_cpu(length);
     if (length != 0) {
-        error_setg(errp, "Start TLS reponse was not zero %x",
+        error_setg(errp, "Start TLS response was not zero %x",
                    length);
         return NULL;
     }