diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-07-12 12:52:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-12 12:52:11 +0200 |
commit | 595bfe7df2999cfb99b274ce510695aed4aba6d5 (patch) | |
tree | aa62c48d1ad662171930306e6af077626350937b /src/machine | |
parent | 037a3ded54f72338fc95285d7971b61f695e3c1a (diff) |
Various fixes for typos found by lintian (#3705)
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machined-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machined-dbus.c b/src/machine/machined-dbus.c index 52ce83a185..1923e8b971 100644 --- a/src/machine/machined-dbus.c +++ b/src/machine/machined-dbus.c @@ -953,7 +953,7 @@ static int method_clean_pool(sd_bus_message *message, void *userdata, sd_bus_err /* Create a temporary file we can dump information about deleted images into. We use a temporary file for this * instead of a pipe or so, since this might grow quit large in theory and we don't want to process this - * continously */ + * continuously */ result_fd = open_tmpfile_unlinkable("/tmp/", O_RDWR|O_CLOEXEC); if (result_fd < 0) return -errno; |