Skip to content

Commit cb3f54f

Browse files
authored
Merge pull request coreos#264 from muesli/sdjournal-typo-fix
sdjournal: typo fix
2 parents 6dafbdc + bd1ef11 commit cb3f54f

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)