aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-follow.c
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/tap-follow.c
parenteecbfd1f3bf613704c043f79543eb5133a046f1d (diff)
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/tap-follow.c')
-rw-r--r--ui/cli/tap-follow.c6
1 files changed, 3 insertions, 3 deletions
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);
}