Skip to content

Commit 863d615

Browse files
typos
1 parent ed51692 commit 863d615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

userspace/sysdig/chisels/spy_port.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656

5757
-- Initialization callback
5858
function on_init()
59-
-- Request the fileds that we need
59+
-- Request the fields that we need
6060
fdata = chisel.request_field("evt.arg.data")
6161
fisread = chisel.request_field("evt.is_io_read")
6262
fres = chisel.request_field("evt.rawarg.res")

userspace/sysdig/fields_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void list_fields(bool verbose, bool markdown)
4444

4545
if(markdown)
4646
{
47-
printf("# Sysdig Filter Fileds List\n\n");
47+
printf("# Sysdig Filter Fields List\n\n");
4848
}
4949

5050
vector<const filter_check_info*> fc_plugins;

0 commit comments

Comments
 (0)