]> git.ipfire.org Git - pakfire.git/commitdiff
execute: Fix typo in comment
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 May 2022 15:51:58 +0000 (15:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 May 2022 15:51:58 +0000 (15:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/execute.c

index 4279b17b9ca45d7af6b5bf0007b4d2a19c66323f..c43e11659e9fe03091f2b7da1a4d84ab7c101490 100644 (file)
@@ -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");