]> The Tcpdump Group git mirrors - tcpslice/commitdiff
Merge pull request #22 from jsoref/spelling
authorGuy Harris <[email protected]>
Thu, 15 Jun 2023 04:45:52 +0000 (21:45 -0700)
committerGitHub <[email protected]>
Thu, 15 Jun 2023 04:45:52 +0000 (21:45 -0700)
spelling: subsequent

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.