From: Lennart Poettering Date: Tue, 9 Mar 2021 21:01:41 +0000 (+0100) Subject: dissect: fix trivial typo X-Git-Tag: v248-rc3~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38db55ab0c88994a80d79313294c95b236645f1b;p=thirdparty%2Fsystemd.git dissect: fix trivial typo --- diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index b9adbb6f7f2..cb96a57abee 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; }