aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-03-30 15:54:28 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-03-30 15:54:28 +0000
commita3fe8fbd1a92ae375a61d49bdb1dea10c6cbc756 (patch)
tree91614b7a193696330c5112a5ad864ff035c7f68a /tshark.c
parentdde455a94efa8fddf73aabefde3338ef46e23801 (diff)
Fix a couple of typos.
svn path=/trunk/; revision=36410
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tshark.c b/tshark.c
index a3aac65fd5..2020ef01fb 100644
--- a/tshark.c
+++ b/tshark.c
@@ -699,7 +699,7 @@ add_decode_as(const gchar *cl_param)
than the ones listed above. */
g_assert_not_reached();
}
- g_free(decoded_param); /* "Decode As" rule has been succesfully added */
+ g_free(decoded_param); /* "Decode As" rule has been successfully added */
return TRUE;
}
@@ -2226,7 +2226,7 @@ capture_input_new_packets(capture_options *capture_opts, int to_read)
filtering_tap_listeners, tap_flags);
}
if (ret != FALSE) {
- /* packet sucessfully read and gone through the "Read Filter" */
+ /* packet successfully read and gone through the "Read Filter" */
packet_count++;
}
}