]> git.ozlabs.org Git - ccan/blobdiff - ccan/iscsi/discovery.c
ccanlint: print coverage amount when -vv
[ccan] / ccan / iscsi / discovery.c
index 3f297554a3c7e49648150a373b0b7bf3cfa555c9..581084e994f7820b14c34eaeeb5258d0a19eb80d 100644 (file)
@@ -155,7 +155,7 @@ int iscsi_process_text_reply(struct iscsi_context *iscsi, struct iscsi_pdu *pdu,
                                return -1;
                        }
                } else {
-                       printf("Dont know how to handle discovery string : %s\n", hdr);
+                       printf("Don't know how to handle discovery string : %s\n", hdr);
                        pdu->callback(iscsi, ISCSI_STATUS_ERROR, NULL, pdu->private_data);
                        iscsi_free_discovery_addresses(targets);
                        return -1;