From 38db55ab0c88994a80d79313294c95b236645f1b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 9 Mar 2021 22:01:41 +0100 Subject: [PATCH] dissect: fix trivial typo --- src/dissect/dissect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3