# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1161095064 0
# Node ID e4f531d0d62d59ec2449a69aae0e3175e362e6e3
# Parent  61d5d6457fa6fe783712e0442690dc27b20325dd
Fixed typo.

diff -r 61d5d6457fa6 -r e4f531d0d62d master/slave.h
--- a/master/slave.h	Tue Oct 17 14:22:19 2006 +0000
+++ b/master/slave.h	Tue Oct 17 14:24:24 2006 +0000
@@ -68,7 +68,7 @@
     EC_SLAVE_STATE_OP = 0x08,
     /**< OP (mailbox communication and input/output update) */
     EC_SLAVE_STATE_ACK_ERR = 0x10
-    /**< Acknoledge/Error bit (no actual state) */
+    /**< Acknowledge/Error bit (no actual state) */
 }
 ec_slave_state_t;