]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/pull-job.c
tree-wide: fix typos reported by Fossies Codespell report
[thirdparty/systemd.git] / src / import / pull-job.c
index d8402f753e636eed0663de04f0bf133669492ec2..8dd8ac091586a8a63a791c13158fe260c633a6b7 100644 (file)
@@ -250,8 +250,8 @@ void pull_job_curl_on_finished(CurlGlue *g, CURL *curl, CURLcode result) {
                         if (j->offset == UINT64_MAX) {
 
                                 if (j->written_compressed > 0) {
-                                        /* Make sure the file size is right, in case the file was sparse and we just seeked
-                                         * for the last part */
+                                        /* Make sure the file size is right, in case the file was sparse and
+                                         * we just moved to the last part. */
                                         if (ftruncate(j->disk_fd, j->written_uncompressed) < 0) {
                                                 r = log_error_errno(errno, "Failed to truncate file: %m");
                                                 goto finish;