From b42bac7e5a4051eeb98e2e5912e8ed239a107285 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:33:56 -0400 Subject: [PATCH] spelling: number Signed-off-by: Josh Soref --- pcat/pcat-diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcat/pcat-diff.c b/pcat/pcat-diff.c index 3f1e239b..127c5f8d 100644 --- a/pcat/pcat-diff.c +++ b/pcat/pcat-diff.c @@ -392,7 +392,7 @@ usage(FILE *fp) fprintf(fp, " 2. hex dump\t\tquery in hex, network order\n"); fprintf(fp, " 3. hex dump\t\tanswer of FILE 1 in hex, network order\n"); fprintf(fp, " 4. hex dump\t\tanswer of FILE 2 in hex, network order\n\n"); - fprintf(fp, " If a difference in the query is spotted the sequence nmuber\n"); + fprintf(fp, " If a difference in the query is spotted the sequence number\n"); fprintf(fp, " is prefixed by a 'q: ' and the query data is printed:\n"); fprintf(fp, " 1. q: xxx:yyy\tdecimal sequence numbers\n"); fprintf(fp, " 2. hex dump\t\tquery in hex, network order\n"); -- 2.47.3