summaryrefslogtreecommitdiff
path: root/ui/cli
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
commit8ab9c55618a99417b4972f37ab3ee7da58cca0cf (patch)
tree24e3464ee075e7289b2ad4a7e554b251e6355e0b /ui/cli
parenteecbfd1f3bf613704c043f79543eb5133a046f1d (diff)
downloadwireshark-8ab9c55618a99417b4972f37ab3ee7da58cca0cf.tar.gz
From Ville Skyttä: Spelling Fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/tap-comparestat.c4
-rw-r--r--ui/cli/tap-diameter-avp.c2
-rw-r--r--ui/cli/tap-follow.c6
-rw-r--r--ui/cli/tap-wspstat.c2
4 files changed, 7 insertions, 7 deletions
diff --git a/ui/cli/tap-comparestat.c b/ui/cli/tap-comparestat.c
index eb4ba9f7d3..2ee0ffdad7 100644
--- a/ui/cli/tap-comparestat.c
+++ b/ui/cli/tap-comparestat.c
@@ -188,7 +188,7 @@ call_foreach_count_ip_id(gpointer value, gpointer arg)
/* Detect ongoing package hits, special behavior if start is set to 0 */
if((cs->last_hit||(compare_start==0))&&(cs->start_ongoing_hits<compare_start||(compare_start==0))){
if((compare_start==0)&&(cs->start_ongoing_hits!=0)){
- /* start from the first packet so allready set */
+ /* start from the first packet so already set */
} else {
cs->start_ongoing_hits++;
/* Take the lower number */
@@ -449,7 +449,7 @@ comparestat_draw(void *prs)
const gchar *statis_string;
guint32 first_file_amount, second_file_amount;
- /* inital steps, clear all data before start*/
+ /* initial steps, clear all data before start*/
cs->zebra_time.secs=0;
cs->zebra_time.nsecs=1;
nstime_set_unset(&cs->current_time);
diff --git a/ui/cli/tap-diameter-avp.c b/ui/cli/tap-diameter-avp.c
index 65ea9dc31f..1beb7a6413 100644
--- a/ui/cli/tap-diameter-avp.c
+++ b/ui/cli/tap-diameter-avp.c
@@ -25,7 +25,7 @@
/*
* This TAP enables extraction of most important diameter fields in text format.
* - much more performance than -T text and -T pdml
- * - more powerfull than -T field and -z proto,colinfo
+ * - more powerful than -T field and -z proto,colinfo
* - exacltly one text line per diameter message
* - multiple diameter messages in one frame supported
* E.g. one device watchdog answer and two credit control answers
diff --git a/ui/cli/tap-follow.c b/ui/cli/tap-follow.c
index cb8a418e15..e17feebfb5 100644
--- a/ui/cli/tap-follow.c
+++ b/ui/cli/tap-follow.c
@@ -496,7 +496,7 @@ followDraw(
void * contextp
)
{
- static const char seperator[] =
+ static const char separator[] =
"===================================================================\n";
follow_t * fp = (follow_t *)contextp;
@@ -586,7 +586,7 @@ followDraw(
port[1] = fp->port[0];
}
- printf("\n%s", seperator);
+ printf("\n%s", separator);
printf("Follow: %s,%s\n", followStrType(fp), followStrMode(fp));
printf("Filter: %s\n", followStrFilter(fp));
@@ -716,7 +716,7 @@ followDraw(
done:
- printf("%s", seperator);
+ printf("%s", separator);
followFileClose(fp);
}
diff --git a/ui/cli/tap-wspstat.c b/ui/cli/tap-wspstat.c
index 56b511a5dc..ddce9f408f 100644
--- a/ui/cli/tap-wspstat.c
+++ b/ui/cli/tap-wspstat.c
@@ -97,7 +97,7 @@ wspstat_reset(void *psp)
* the window to be redrawn, return 1 and (*draw) will be called sometime
* later.
*
- * We didnt apply a filter when we registered so we will be called for
+ * We didn't apply a filter when we registered so we will be called for
* ALL packets and not just the ones we are collecting stats for.
*
*/