aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-09-11 02:08:06 -0700
committerGuy Harris <gharris@sonic.net>2021-09-11 10:01:27 +0000
commit76b08ea0832844c6afcda89f43aa122f7bfe5fe6 (patch)
tree3819ceab0596e3a7a3bd7222383f081181b14a0a /wiretap
parentd4ed12972706b43ba73b5749ccb75f75ecc14a50 (diff)
Fix spelling errors.
The Ubuntu build commented on some spelling errors in executable code files. Fix the errors that don't come from external files containing the spelling errors (USB product and vendor IDs, PCI IDs, ASN.1 specifications), and fix some errors that don't show up in the executable code files (e.g., in comments and variable names).
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/blf.c2
-rw-r--r--wiretap/erf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/blf.c b/wiretap/blf.c
index 41ad28be80..853467335d 100644
--- a/wiretap/blf.c
+++ b/wiretap/blf.c
@@ -372,7 +372,7 @@ blf_timestamp_to_ns(blf_logobjectheader_t *header) {
break;
default:
- ws_debug("i dont understand the flags 0x%x", header->flags);
+ ws_debug("I don't understand the flags 0x%x", header->flags);
return 0;
break;
}
diff --git a/wiretap/erf.c b/wiretap/erf.c
index b2d96d91db..21dfbb0ae1 100644
--- a/wiretap/erf.c
+++ b/wiretap/erf.c
@@ -1952,7 +1952,7 @@ static gboolean erf_dump(
/* If we have seen a metadata record in the first ~1 second it
* means that we are dealing with an ERF file with metadata already in them.
- * We dont want to write extra metadata if nothing has changed. We can't
+ * We don't want to write extra metadata if nothing has changed. We can't
* trust the Wireshark representation since we massage the fields on
* read. */
/* restart searching for next meta record to update capture comment at */