X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fjournal%2Fsd-journal.c;h=6befd8b3ceb0c7821b34257893fcc5571ad235d9;hb=49f43d5f91a99b23f745726aa351d8f159774357;hp=a2900fbee92433917776fd2c835f39aea1b99ad7;hpb=4cb72937d3c10948e4904388ea27efae75775f08;p=elogind.git diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c index a2900fbee..6befd8b3c 100644 --- a/src/journal/sd-journal.c +++ b/src/journal/sd-journal.c @@ -745,7 +745,7 @@ static int next_with_matches( return journal_file_next_entry(f, c, cp, direction, ret, offset); /* If we have a match then we look for the next matching entry - * wiht an offset at least one step larger */ + * with an offset at least one step larger */ return next_for_match(j, j->level0, f, direction == DIRECTION_DOWN ? cp+1 : cp-1, direction, ret, offset); }