summaryrefslogtreecommitdiff
path: root/src/dissect
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-03-09 22:01:41 +0100
committerLennart Poettering <lennart@poettering.net>2021-03-11 11:49:19 +0100
commit38db55ab0c88994a80d79313294c95b236645f1b (patch)
tree5592c70e47c96aa80d2212ff3c40f22c4fd5c8b7 /src/dissect
parent334eb5b0999d51efbc38b775fca92a2556c85830 (diff)
downloadsystemd-38db55ab0c88994a80d79313294c95b236645f1b.tar.gz
dissect: fix trivial typo
Diffstat (limited to 'src/dissect')
-rw-r--r--src/dissect/dissect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c
index b9adbb6f7f..cb96a57abe 100644
--- a/src/dissect/dissect.c
+++ b/src/dissect/dissect.c
@@ -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;
}