overlay: fix syncronizing typo
authorPetr Štetiar <ynezz@true.cz>
Wed, 7 Apr 2021 10:07:32 +0000 (12:07 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 7 Apr 2021 10:07:32 +0000 (12:07 +0200)
So it's now correct `synchronizing`.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
libfstools/overlay.c

index eadafcf4391f36658c26f94c5fec770aeb6c743a..d7d8f48e1279589e5f55127fa6c6a068878d5892 100644 (file)
@@ -316,7 +316,7 @@ jffs2_switch(struct volume *v)
                foreachdir("/overlay/", handle_whiteout);
 
                /* try hard to be in sync */
-               ULOG_INFO("syncronizing overlay\n");
+               ULOG_INFO("synchronizing overlay\n");
                if (system("cp -a /tmp/root/upper/* / 2>/dev/null"))
                        ULOG_ERR("failed to sync jffs2 overlay\n");
                break;