aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index ff59a123be..e97e6d0c92 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -2478,7 +2478,7 @@ main(int argc, char *argv[])
* Input file name not specified with "-r", and a command-line argument
* was specified; treat it as the input file name.
*
- * Yes, this is different from twireshark, where non-flag command-line
+ * Yes, this is different from tshark, where non-flag command-line
* arguments are a filter, but this works better on GUI desktops
* where a command can be specified to be run to open a particular
* file - yes, you could have "-r" as the last part of the command,