X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fiscsi%2Fpdu.c;h=4d1802a9ce95ece1f93c08ae14cc384c0de5527a;hp=0b290d92092fe0a4900ca34a944bb6760594a58c;hb=74b0109ebd2a30d57d19ae9a56f16c0f3b3637eb;hpb=5d4a434d90373bc99e4bacc97eca5a4abddd700f 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; }