From: Michael Tremer Date: Tue, 24 May 2022 15:51:58 +0000 (+0000) Subject: execute: Fix typo in comment X-Git-Tag: 0.9.28~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e0276514b113eac954df60a3b2b643fdb32a1f;p=pakfire.git execute: Fix typo in comment Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/execute.c b/src/libpakfire/execute.c index 4279b17b9..c43e11659 100644 --- a/src/libpakfire/execute.c +++ b/src/libpakfire/execute.c @@ -566,7 +566,7 @@ static int pakfire_execute_fork(void* data) { if (r) return r; - // Move the old root toi here + // Move the old root to here r = pakfire_string_format(oldroot, "%s/.oldroot.XXXXXX", root); if (r < 0) { ERROR(pakfire, "Could not figure out where the old root directory is going: %m\n");