aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/rfc7468.c
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2020-10-11 02:42:05 +0300
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-10-11 08:35:55 +0000
commit69e1aa860bf4230be6576f8367db2c8595b4e7a3 (patch)
treedda930620de01e5af724199258d126c0f3f4e2ca /wiretap/rfc7468.c
parentd3f2fa401959a8541d8ad71e2890330c0e262cc9 (diff)
Fix many spelling errors
Diffstat (limited to 'wiretap/rfc7468.c')
-rw-r--r--wiretap/rfc7468.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/rfc7468.c b/wiretap/rfc7468.c
index c4e9b04769..856ce99675 100644
--- a/wiretap/rfc7468.c
+++ b/wiretap/rfc7468.c
@@ -19,7 +19,7 @@
#include <string.h>
/* 128 bytes should be enough to contain any line. Strictly speaking, 64 is
- enough, but we provide some leeway to accomodate nonconformant producers and
+ enough, but we provide some leeway to accommodate nonconformant producers and
trailing whitespace. The 2 extra bytes are for the trailing newline and NUL
terminator. */
#define MAX_LINE_LENGTH (128 + 2)