From 49f43d5f91a99b23f745726aa351d8f159774357 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Sun, 15 Jul 2012 11:41:40 +0300 Subject: Spelling fixes. --- src/journal/sd-journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/sd-journal.c') diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c index a2900fbee9..6befd8b3ce 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); } -- cgit v1.2.3-54-g00ecf