From f8e2f4d6a0c6bcb5a03abe580d657b932cdb9798 Mon Sep 17 00:00:00 2001 From: Torstein Husebø Date: Wed, 4 May 2016 11:26:17 +0200 Subject: treewide: fix typos (#3187) --- src/journal/journal-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/journal-file.c') diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index ec50333c2c..7504326bff 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -3160,7 +3160,7 @@ int journal_file_open( goto fail; } - /* The file is opened now successfully, thus we take possesion of any passed in fd. */ + /* The file is opened now successfully, thus we take possession of any passed in fd. */ f->close_fd = true; *ret = f; -- cgit v1.2.3-54-g00ecf