ARM: remove broken "at91cap9adk" board
[oweals/u-boot.git] / board / evb64260 / i2c.c
index c62b64729c12929167d2cf6e3befe34f77f396b5..88d0dac469189d54f20f9c9f8a3d2dc08672a0a5 100644 (file)
@@ -306,7 +306,7 @@ i2c_read(uchar dev_addr, unsigned int offset, int len, uchar* data,
        status = i2c_get_data(data, len);
        if (status) {
 #ifdef DEBUG_I2C
-               printf("Data not recieved: 0x%02x\n", status);
+               printf("Data not received: 0x%02x\n", status);
 #endif
                return status;
        }