aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_block_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_block_lib.h')
-rw-r--r--src/regex/regex_block_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h
index 3368e3456..11029b9af 100644
--- a/src/regex/regex_block_lib.h
+++ b/src/regex/regex_block_lib.h
@@ -58,7 +58,7 @@ struct REGEX_BLOCK_Edge
58 const char *label; 58 const char *label;
59 59
60 /** 60 /**
61 * Destionation of the edge. 61 * Destination of the edge.
62 */ 62 */
63 struct GNUNET_HashCode destination; 63 struct GNUNET_HashCode destination;
64}; 64};