aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/blf.c
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/blf.c
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/blf.c')
-rw-r--r--wiretap/blf.c2
1 files changed, 1 insertions, 1 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;
}