aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-30 15:54:28 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-30 15:54:28 +0000
commitae81f549fba9331f10aca29e7b0fdf38e469ef86 (patch)
tree91614b7a193696330c5112a5ad864ff035c7f68a /tshark.c
parent3d62b62184bb6a6d8ac020834bbd7bcb16f86561 (diff)
Fix a couple of typos.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36410 f5534014-38df-0310-8fa8-9805f1628bb7
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++;
}
}