Skip to content

Commit bd1ef11

Browse files
authored
Fixed typo in journal.go
s/Thresold/Threshold
1 parent 88d61d0 commit bd1ef11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdjournal/journal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ func (j *Journal) GetEntry() (*JournalEntry, error) {
788788
return entry, nil
789789
}
790790

791-
// SetDataThresold sets the data field size threshold for data returned by
791+
// SetDataThreshold sets the data field size threshold for data returned by
792792
// GetData. To retrieve the complete data fields this threshold should be
793793
// turned off by setting it to 0, so that the library always returns the
794794
// complete data objects.

0 commit comments

Comments
 (0)