]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect: fix trivial typo 18962/head
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Mar 2021 21:01:41 +0000 (22:01 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Mar 2021 10:49:19 +0000 (11:49 +0100)
src/dissect/dissect.c

index b9adbb6f7f2bea831d2b112d978fc9227f0abbe9..cb96a57abee41b6987c1f0c7ef0a022307bc2a05 100644 (file)
@@ -631,7 +631,7 @@ static int action_copy(DissectedImage *m, LoopDevice *d) {
                         if (r < 0)
                                 return log_error_errno(r, "Failed to copy bytes from %s in mage '%s' to stdout: %m", arg_source, arg_image);
 
-                        /* When we copy to stdou we don't copy any attributes (i.e. no access mode, no ownership, no xattr, no times) */
+                        /* When we copy to stdout we don't copy any attributes (i.e. no access mode, no ownership, no xattr, no times) */
                         return 0;
                 }