aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/etwdump.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-09-27 09:17:16 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2021-09-28 09:50:58 +0000
commita156d7d05d9247d05fa10094c2bd0f68d29116db (patch)
tree2f61c969bbe0105bd0663750c77a54d68a641d44 /extcap/etwdump.c
parent9a5b9dbca38e0aa6a271065284c7cb2d705f2c65 (diff)
Fix some spelling errors.
Diffstat (limited to 'extcap/etwdump.c')
-rw-r--r--extcap/etwdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extcap/etwdump.c b/extcap/etwdump.c
index 903ca1e667..29e7499841 100644
--- a/extcap/etwdump.c
+++ b/extcap/etwdump.c
@@ -256,13 +256,13 @@ int main(int argc, char* argv[])
if (etlfile == NULL)
{
if (err_msg != NULL) {
- ws_warning("The live session didn't caputre any event. Error message: %s.",
+ ws_warning("The live session didn't capture any event. Error message: %s.",
err_msg);
g_free(err_msg);
}
else
{
- ws_warning("The live session didn't caputre any event");
+ ws_warning("The live session didn't capture any event");
}
}
else