Repository : ssh://git@open-mesh.org/alfred
On branch : master
---------------------------------------------------------------
commit 29af43005b1ab99b1df5ec285ea07ec2937aff75
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Sat Mar 14 12:42:54 2015 +0100
alfred: Fix typo transfered -> transferred
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
---------------------------------------------------------------
29af43005b1ab99b1df5ec285ea07ec2937aff75
packet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet.h b/packet.h
index ceb6c79..5ecdf39 100644
--- a/packet.h
+++ b/packet.h
@@ -165,7 +165,7 @@ struct alfred_change_interface_v0 {
*
* The sequence number has a special meaning. Failure status packets use
* it to store the error code. Success status packets store the number of
- * transfered packets in it.
+ * transferred packets in it.
*
* Sent as unicast to the node requesting the data
*/