Skip to content

Commit d0d880b

Browse files
andreabonannopoiana
authored andcommitted
chore: fix typo
Signed-off-by: Andrea Bonanno <[email protected]>
1 parent 5840672 commit d0d880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sdk/extract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
// ExtractRequest represents an high-level abstraction that wraps a pointer to
3030
// a ss_plugin_extract_field C structure, providing methods for accessing its
31-
// fields in a go-friently way.
31+
// fields in a go-friendly way.
3232
type ExtractRequest interface {
3333
// FieldID returns id of the field, as of its index in the list of fields
3434
// returned by plugin_get_fields

0 commit comments

Comments
 (0)