aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sdjournal.c
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-10-12 21:17:01 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-13 05:03:31 +0000
commita3625ec9f6132102e32aeba4ec18e43f7c16c071 (patch)
tree4bda000126d2a12e45adea8349729f477a625ff0 /extcap/sdjournal.c
parentc6e44fb00c6e94e5037fbc1b54eacc202b432e0c (diff)
extcap: reword error message referencing captype
There exists a program called "captype" but it's not used here.
Diffstat (limited to 'extcap/sdjournal.c')
-rw-r--r--extcap/sdjournal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/sdjournal.c b/extcap/sdjournal.c
index eefd6ea7c2..0b29727ee3 100644
--- a/extcap/sdjournal.c
+++ b/extcap/sdjournal.c
@@ -358,7 +358,7 @@ int main(int argc, char **argv)
*/
init_progfile_dir_error = init_progfile_dir(argv[0]);
if (init_progfile_dir_error != NULL) {
- ws_warning("Can't get pathname of directory containing the captype program: %s.",
+ ws_warning("Can't get pathname of directory containing the extcap program: %s.",
init_progfile_dir_error);
g_free(init_progfile_dir_error);
}