summaryrefslogtreecommitdiff
path: root/epan/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/stream.c')
-rw-r--r--epan/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stream.c b/epan/stream.c
index f7df235ce3..74e541e224 100644
--- a/epan/stream.c
+++ b/epan/stream.c
@@ -361,7 +361,7 @@ stream_t *find_stream_conv ( const struct conversation *conv, int p2p_dir )
/* cleanup the stream routines */
/* Note: stream_cleanup must only be called when seasonal memory
- * is also freed since the hash tables countain pointers to
+ * is also freed since the hash tables countain pointers to
* se_alloc'd memory.
*/
void stream_cleanup( void )