From 2e5b78aa3beb31e5d9d83e693c59671faebfc932 Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 13 Jun 2006 09:55:09 +0000 Subject: s/transcieve/transceive/g (Henryk Ploetz) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1817 e0336214-984f-0b4b-a45f-81c69e1f0ede --- src/rfid_protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rfid_protocol.c') diff --git a/src/rfid_protocol.c b/src/rfid_protocol.c index c401a2c..46dc48d 100644 --- a/src/rfid_protocol.c +++ b/src/rfid_protocol.c @@ -57,12 +57,12 @@ rfid_protocol_open(struct rfid_protocol_handle *ph) } int -rfid_protocol_transcieve(struct rfid_protocol_handle *ph, +rfid_protocol_transceive(struct rfid_protocol_handle *ph, const unsigned char *tx_buf, unsigned int len, unsigned char *rx_buf, unsigned int *rx_len, unsigned int timeout, unsigned int flags) { - return ph->proto->fn.transcieve(ph, tx_buf, len, rx_buf, rx_len, + return ph->proto->fn.transceive(ph, tx_buf, len, rx_buf, rx_len, timeout, flags); } -- cgit v1.2.3