]> The Tcpdump Group git mirrors - tcpslice/commitdiff
spelling: subsequent 22/head
authorJosh Soref <[email protected]>
Thu, 15 Jun 2023 04:30:05 +0000 (00:30 -0400)
committerJosh Soref <[email protected]>
Thu, 15 Jun 2023 04:36:39 +0000 (00:36 -0400)
Signed-off-by: Josh Soref <[email protected]>
tcpslice.c

index e2bb2e546546d314e71507df1722b99a9737ccd9..fb836eeb46b3bc00a402b328e6d39e8257afb21f 100644 (file)
@@ -1055,7 +1055,7 @@ extract_slice(struct state *states, const int numfiles, const char *write_file_n
 
 /* Translates a timestamp to the time format specified by the user.
  * Returns a pointer to the translation residing in a static buffer.
- * There are two such buffers, which are alternated on subseqeuent
+ * There are two such buffers, which are alternated on subsequent
  * calls, so two calls may be made to this routine without worrying
  * about the results of the first call being overwritten by the
  * results of the second.