]> git.ozlabs.org Git - ccan/blobdiff - ccan/iscsi/pdu.c
ccanlint: print coverage amount when -vv
[ccan] / ccan / iscsi / pdu.c
index 0b290d92092fe0a4900ca34a944bb6760594a58c..4d1802a9ce95ece1f93c08ae14cc384c0de5527a 100644 (file)
@@ -241,7 +241,7 @@ int iscsi_process_pdu(struct iscsi_context *iscsi, const unsigned char *hdr, int
                        }
                        break;
                default:
-                       printf("Dont know how to handle opcode %d\n", opcode);
+                       printf("Don't know how to handle opcode %d\n", opcode);
                        return -2;
                }