aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2023-09-26 00:26:25 -0400
committerMoshe Kaplan <me@moshekaplan.com>2023-09-26 00:26:25 -0400
commitf8d48d04d59da11d7de1c2b385421e0d11d7909f (patch)
treed9550bc14cacb5bb43db97709367d1677b2793c3 /rawshark.c
parent15e753136e4a1b5fba0c9e066df256594b6c1703 (diff)
Fix misppellings in root and ui directories
Fix misppellings in root and ui directories. Most of these are comments, but some are in error messages.
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index d4430d06ba..041d21384b 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -15,7 +15,7 @@
/*
* Rawshark does the following:
* - Opens a specified file or named pipe
- * - Applies a specfied DLT or "decode as" encapsulation
+ * - Applies a specified DLT or "decode as" encapsulation
* - Reads frames prepended with a libpcap packet header.
* - Prints a status line, followed by fields from a specified list.
*/