summaryrefslogtreecommitdiffstats
path: root/ffd/send.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-05 16:51:44 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-05 16:51:44 +0200
commit39df74a42847071837dc94237c025ce94451819b (patch)
tree1f5f48ecd6f7bc3dfaa75d17e7a39c107641a147 /ffd/send.c
parent4cf3389fcf094c095d685a3e9f65a5d1fafff717 (diff)
downloadffd-39df74a42847071837dc94237c025ce94451819b.tar
ffd-39df74a42847071837dc94237c025ce94451819b.zip
Fix typo in 'feasible' ...
Diffstat (limited to 'ffd/send.c')
-rw-r--r--ffd/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/send.c b/ffd/send.c
index 779476b..142d07a 100644
--- a/ffd/send.c
+++ b/ffd/send.c
@@ -182,7 +182,7 @@ static bool add_update(ffd_packet_t *packet, size_t max_len, ffd_node_id_t *node
}
}
- announce->feasability_distance = metric;
+ announce->feasibility_distance = metric;
return true;
}