X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fiscsi%2Fpdu.c;h=4d1802a9ce95ece1f93c08ae14cc384c0de5527a;hp=0b290d92092fe0a4900ca34a944bb6760594a58c;hb=4531849366893a9a9f892e2fc67a2d48ac4f3bf5;hpb=0e89f234c8cd7dbebcd619979383f826ec95c72c diff --git a/ccan/iscsi/pdu.c b/ccan/iscsi/pdu.c index 0b290d92..4d1802a9 100644 --- a/ccan/iscsi/pdu.c +++ b/ccan/iscsi/pdu.c @@ -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; }